Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: oneliner to get module version

by syphilis (Archbishop)
on Jun 15, 2009 at 03:31 UTC ( [id://771528]=note: print w/replies, xml ) Need Help??


in reply to oneliner to get module version

Nice idea - and I've just stuck it in my bashrc on my linux box, where it's working fine.

However, in the form in which you've posted it, it won't work with Parse::RecDescent, Inline::C and (probably) some of the other Inline::* modules. So instead, I've written the perl command as:
perl -le "require $m;print $m->VERSION"
and that seems to work fine for *all* modules (the ones I tested, at least).

Cheers,
Rob

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found