Changeset 9556 for lib

Show
Ignore:
Timestamp:
03/14/06 12:44:07 (3 years ago)
Author:
arathorn
Message:

fix v. minor typoe in NOTES

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/v6.pm

    r9554 r9556  
    5151C<use v6-pugs> as a request to use a module named C<v6.pm>, passing in C<'-pugs'> 
    5252as an argument list to C<import> after C<v6.pm> is C<require>d.  The lack of 
    53 whitespace between C<v6> and C<-pugs> is neccessary in this instance, 
     53whitespace between C<v6> and C<-pugs> is necessary in this instance 
    5454due to the bizarre interaction between the hybrid C<use VERSION> and 
    5555C<use Module VERSION> syntax.