Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to obtain the distribution file for the specific version of a module

by brian_d_foy (Abbot)
on Dec 23, 2007 at 17:36 UTC ( [id://658787]=note: print w/replies, xml ) Need Help??


in reply to How to obtain the distribution file for the specific version of a module

Jon Rockway and I are working on a way to find old distributions easily, but it probably won't be done during the holidays. We're indexing all 9 Gb of BackPAN so you can search by module name and version to get to the right package. Some of those might still be on CPAN, but they might have been removed to clean up an author's directory.

For now you have to find the old distros on BackPAN. The easiest way to find them is to start in the current author's directory and look in the distros yourself. Bisect the list of distros until you find the one that you want. Watch out for distros that have the same module versions. The distro version isn't necessarily tied to any module version, and when it is, it's the version of a particular module, not all of the other ones that came with it.

The next trick after finding the right distro is to figure out if it works with the latest versions of its dependencies. We're working on that too so we can tell you which versions of its dependencies were current when that distro was released.

If you're using the latest version of my cpan script, you can use the -D switch to see the details of the latest version:

$ cpan -D Tie::Cylce Tie::Cycle ---------------------------------------------------------- Cycle through a list of values via a scalar. B/BD/BDFOY/Tie-Cycle-1.16.tar.gz /usr/local/lib/perl5/site_perl/5.8.8/Tie/Cycle.pm Installed: 1.15 CPAN: 1.16 Not up to date brian d foy (BDFOY) bdfoy@cpan.org
--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review

Replies are listed 'Best First'.
Re^2: How to obtain the distribution file for the specific version of a module
by r0.ini (Initiate) on Jun 12, 2008 at 21:47 UTC
    Brian, were you able to advance in that project with Jon Rockway?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found