Legend:
- Unmodified
- Added
- Removed
-
lib/v6.pm
r9553 r9554 50 50 Whilst resembling C<use VERSION> syntax, Perl 5 actually (mis)interprets 51 51 C<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 whitespace53 is required between the module name and the argument list in this instance 54 because ofthe bizarre interaction between the hybrid C<use VERSION> and52 as 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, 54 due to the bizarre interaction between the hybrid C<use VERSION> and 55 55 C<use Module VERSION> syntax. 56 56
