From time to time I drop in on the perl.cpan.testers newsgroup at nntp.perl.org and notice that someone has uploaded a newer version of a module that I already have installed. I'd like to get that new version, test it and, perhaps, file a testing report of my own.

However, I find that trying to get the new version from the cpan shell doesn't always DWIM. For example, today I noticed that Fergal Daly uploaded new versions of four of his modules, each of which I have installed. See example: http://www.nntp.perl.org/group/perl.cpan.testers/257410 for Test-Tester-0.103. Version 0.103 has made it to http://www.cpan.org/modules/by-authors/id/F/FD/FDALY/ as well as to http://search.cpan.org/~fdaly/Test-Tester-0.103/ -- but it hasn't (as of 10 minutes ago) made it to ftp://ftp.cpan.org or any of the mirrors.

My ~/.cpan/CPAN/MyConfig.pm is set up with 5 ftp sites in the urllist key, so when I run the shell it fails to find 0.103 at any of those sites and defaults to my already-installed version of Test::Tester.

Now, I could simply wait for the ftp sites to catch up with www.cpan.org -- but what if I'm impatient? (A virtue, remember.) How can I get the version of the module that's hot off the author's keyboard?

TIA

Jim Keenan


In reply to Getting Modules Hot Off the Keyboard by jkeenan1

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.