Show
Ignore:
Timestamp:
07/03/08 18:33:04 (5 months ago)
Author:
moritz
Message:

[t] documentation updates:

  • first shot at t/HOWTO
  • updated t/README
  • mentioned Junction oddities in t/deprecated-syntax.pod
  • deleted an empty directory
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/deprecated-syntax.pod

    r20721 r21185  
    6262is fine, remeber to pass a code ref to it. 
    6363 
     64=head2 Junctions are unordered 
     65 
     66Junctions are unordered assemblies, and C<Junction.values> returns these 
     67values in an arbitrary order, just like C<keys %hash> and the like. Don't rely 
     68on that order. 
     69 
    6470=cut