Legend:
- Unmodified
- Added
- Removed
-
lib/v6.pm
r9554 r9556 51 51 C<use v6-pugs> as a request to use a module named C<v6.pm>, passing in C<'-pugs'> 52 52 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 nec cessary in this instance,53 whitespace between C<v6> and C<-pugs> is necessary in this instance 54 54 due to the bizarre interaction between the hybrid C<use VERSION> and 55 55 C<use Module VERSION> syntax.
