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

In reply to Re: How to obtain the distribution file for the specific version of a module by brian_d_foy
in thread How to obtain the distribution file for the specific version of a module by r0.ini

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.