NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
consult perldoc (Score:1)
You can use an expression for VERSION, even though the manual isn't crystal clear on that. A little testing goes a long way.
print returns 1 on success, so you're trying to use that module with version 1 or more.
rjbs
Re:consult perldoc (Score:1)
But come to think about it again, what about CPAN::Mini (version 0.20) and strict?
Wait... strict was giving a different error...
I need to get some sleep... over and out, back again sometime tomorrow...
Reply to This
Parent