Changeset 9749 for lib

Show
Ignore:
Timestamp:
03/27/06 18:01:54 (3 years ago)
Author:
audreyt
Message:

* v6.pm: Alias++ requested the "use v6-pugs;" should be in a

line by itself (modulo whitespace/comments), to make PPI's life
not totally miserable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/v6.pm

    r9556 r9749  
    4848=head1 NOTES 
    4949 
     50To simplify parsing, please keep start the C<use v6-pugs;> on a line on its 
     51own, optionally with trailing whitespace and comments. 
     52 
    5053Whilst resembling C<use VERSION> syntax, Perl 5 actually (mis)interprets 
    5154C<use v6-pugs> as a request to use a module named C<v6.pm>, passing in C<'-pugs'>