Changeset 21185

Show
Ignore:
Timestamp:
07/03/08 18:33:04 (3 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
Location:
t
Files:
1 added
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • t/README

    r20490 r21185  
    3131Please read the Perl 6 Spec first, namely, the Synopses: 
    3232 
    33   http://dev.perl.org/perl6/doc/synopsis.html 
     33  http://perlcabal.org/syn/ 
    3434 
    3535or directly from the SVN repos: 
  • 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