Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: oneliner to get module version

by planetscape (Chancellor)
on Jul 06, 2009 at 07:50 UTC ( [id://777484]=note: print w/replies, xml ) Need Help??


in reply to oneliner to get module version

I usually use bart's Which version is this module?.

HTH,

planetscape

Replies are listed 'Best First'.
Re^2: oneliner to get module version
by syphilis (Archbishop) on Jul 06, 2009 at 08:57 UTC
    The batch file (equivalent to bart's) that I'm using as a result of this thread is:
    @echo off perl -le "require %1; print %1->VERSION"
    As mentioned above, loading the module with '-M' or 'use' won't work with some modules - eg Inline::C, Inline::CPP, Parse::RecDescent. With bart's version.bat I get:
    C:\_32>version Parse::RecDescent Usage: perl -MLocalTest - <grammarfile> <classname> C:\_32>version Inline::C It is invalid to use 'Inline::C' directly. Please consult the Inline documentation for more information. at -e line 0 BEGIN failed--compilation aborted. C:\_32>version Inline::CPP It is invalid to use 'Inline::CPP' directly. Please consult the Inline documentation for more information. at -e line 0 BEGIN failed--compilation aborted.
    Cheers,
    Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://777484]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 05:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found