Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Checking for an installed Module's version.

by jwest (Friar)
on Oct 03, 2002 at 17:20 UTC ( [id://202589]=note: print w/replies, xml ) Need Help??


in reply to Checking for an installed Module's version.

If the module isa Exporter- or, at least, if it behaves like most CPAN modules I'm familiar with- you can usually find the version at the command line by:
$ perl -MModule::Name -e 'print $Module::Name::VERSION,"\n"';

Of course, if you're using ExtUtils::MakeMaker to write the make file, the WriteMakefile method has a parameter called 'PREREQ_PM' that lets you specify the modules you need as well as their minimum versions.

Hope this helps!

--jwest


-><- -><- -><- -><- -><-
All things are Perfect
    To every last Flaw
    And bound in accord
         With Eris's Law
 - HBT; The Book of Advice, 1:7

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (1)
As of 2024-04-16 21:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found