Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Programmatically comparing module version numbers

by ikegami (Patriarch)
on Sep 29, 2008 at 19:32 UTC ( [id://714400]=note: print w/replies, xml ) Need Help??


in reply to Programmatically comparing module version numbers

To error:
use Module 4.56; # 4.50 adds foo() # 4.56 fixes bug in bar()
To warn:
use Module; if ( !eval { Module->VERSION(4.56); 1 } ) { warn(...); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found