in reply to use base { MODULE = version}? (a change to base.pm)
btw, why doesn't the power of => kick in "use base { FOO::BAR => 1 };"?
I _think_ that's because the => only quotes the immediately preceding bareword. So you're probably running into the same issue you'd have if you tried to do
But that's all just guessing.use base { HYPHENATED-MODULE => 2.1 };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: The power of "fat comma"
by tye (Sage) on Mar 27, 2002 at 00:24 UTC | |
by IlyaM (Parson) on Mar 27, 2002 at 15:21 UTC |