|
Posted by comp.llang.perl.moderated on August 16, 2007, 12:57 pm
Please log in for more thread options
> On Aug 15, 9:09 pm, "comp.llang.perl.moderated" <c...@blv-
>
> sam-01.ca.boeing.com> wrote:
> > one other option is to request a humongously
> > version number (perldoc -f use) :
>
> > $ perl -e "use GD 9999"
> > GD version 9999 required--this is only version 2.35 at -e line 1.
>
> Just don't try this for File::Slurp, which is at version 9999.12! (I
> don't know if there are any other CPAN modules with falsely inflated
> version numbers above 9999?)
No, if there's no error message, then you know
it's a "Slurp-y" style so you just bump the
version a couple more 9's.
Even with a rare, add-on edit, this's
easier than $MODULE_NAME::VERSION...
--
Charles DeRykus
|