Changeset 21185
- Timestamp:
- 07/03/08 18:33:04 (3 months ago)
- Location:
- t
- Files:
-
- 1 added
- 1 removed
- 2 modified
-
HOWTO (added)
-
README (modified) (1 diff)
-
builtins/hashes (deleted)
-
deprecated-syntax.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/README
r20490 r21185 31 31 Please read the Perl 6 Spec first, namely, the Synopses: 32 32 33 http:// dev.perl.org/perl6/doc/synopsis.html33 http://perlcabal.org/syn/ 34 34 35 35 or directly from the SVN repos: -
t/deprecated-syntax.pod
r20721 r21185 62 62 is fine, remeber to pass a code ref to it. 63 63 64 =head2 Junctions are unordered 65 66 Junctions are unordered assemblies, and C<Junction.values> returns these 67 values in an arbitrary order, just like C<keys %hash> and the like. Don't rely 68 on that order. 69 64 70 =cut
