[svn:parrot-pdd] r35945 - in trunk: . docs/pdds src/pmc t/pmc t/steps
[email protected] Fri, 23 Jan 2009 22:05:06 -0800 (PST)
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
Author: coke Date: Fri Jan 23 22:05:05 2009 New Revision: 35945 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Removed: trunk/src/pmc/pair.pmc trunk/t/pmc/pair.t Modified: trunk/MANIFEST trunk/PBC_COMPAT trunk/t/steps/auto_pmc-01.t Log: TT #187 - remove Pair PMC Modified: trunk/docs/pdds/pdd17_pmc.pod ============================================================================== --- trunk/docs/pdds/pdd17_pmc.pod (original) +++ trunk/docs/pdds/pdd17_pmc.pod Fri Jan 23 22:05:05 2009 @@ -1785,11 +1785,6 @@ =over 4 -=item Pair - -A Pair PMC represents one key => value mapping. -Thus it is like a one element hash or a two element array. - =item Hash A container with key-value semantics. The values are PMCs.