Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Which version to target for module dependencies?

by xdg (Monsignor)
on Aug 18, 2005 at 15:23 UTC ( [id://484816]=note: print w/replies, xml ) Need Help??


in reply to Re: Which version to target for module dependencies?
in thread Which version to target for module dependencies?

Great points, Jim. I've also been using Module::CoreList to help in my evaluations. For others interested in this, I've posted a quick and dirty script I've been using for this as a snippet: Find version of a module included in perl core.

Sample output:

$ ./coremodule-history.pl File::Spec File::Spec version(s): 0.6 in perl 5.00405 0.8 in perl 5.00504 0.86 in perl 5.006002 3.05 in perl 5.008007 $ ./coremodule-history.pl Test::More Test::More version(s): unknown version in perl 5.00405 unknown version in perl 5.00504 0.47 in perl 5.006002 0.54 in perl 5.008007 $ ./coremodule-history.pl CGI CGI version(s): 2.42 in perl 5.00405 2.46 in perl 5.00504 2.752 in perl 5.006002 3.10 in perl 5.008007 $ ./coremodule-history.pl DBI DBI: never released in core

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 22:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found