Changeset 9554 for lib

Show
Ignore:
Timestamp:
03/14/06 03:08:12 (3 years ago)
Author:
autrijus
Message:

* v6.pm: slight nit in Arathorn++'s POD - "no whitespace neccessary"

should be "lack of whitespace is neccessary".
(yes, I'm sleeping soundly already.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/v6.pm

    r9553 r9554  
    5050Whilst resembling C<use VERSION> syntax, Perl 5 actually (mis)interprets 
    5151C<use v6-pugs> as a request to use a module named C<v6.pm>, passing in C<'-pugs'> 
    52 as an argument list to C<import> after C<v6.pm> is C<require>d.  No whitespace 
    53 is required between the module name and the argument list in this instance 
    54 because of the bizarre interaction between the hybrid C<use VERSION> and 
     52as an argument list to C<import> after C<v6.pm> is C<require>d.  The lack of 
     53whitespace between C<v6> and C<-pugs> is neccessary in this instance, 
     54due to the bizarre interaction between the hybrid C<use VERSION> and 
    5555C<use Module VERSION> syntax. 
    5656