Changeset 21185 for t/deprecated-syntax.pod
- Timestamp:
- 07/03/08 18:33:04 (5 months ago)
- Files:
-
- 1 modified
-
t/deprecated-syntax.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
