Recently I and other have had trouble installing latest versions of some modules, or upgrading to them. This happens both with CPAN.pm and with App::cpanminus

$ cpanm HTML::Template HTML::Template is up to date. (2.9) $ cpanm WONKO/HTML-Template-2.10.tar.gz # installs HTML::Template 2.10

This is an up-to-date App::cpanminus version 1.4008 on top of perl 5.14.1.

The same happens with CPAN.pm, and is independent of the used CPAN mirror (I've tried several that are usually rather reliable).

The search.cpan.org doesn't show the latest version as an unauthorized release, nor is it a developer release.

And I'm not the only one, tinita has experienced similar trouble, which boiled down to

i HTTP::DetectUserAgent CPAN_FILE N/NA/NANZOU/HTTP-DetectUserAgent-0.01.tar.gz ls nanzou 6707 2009-10-31 NANZOU/HTTP-DetectUserAgent-0.02.tar.gz

So CPAN.pm knows about both modules, but choses the older one by default.

For a moment I blamed network troubles in CPAN land, but that problem was also observed way before that notice.

So, does the PAUSE indexer have trouble updating the module lists? or is something else wonky? Who can fix it?


In reply to Why don't CPAN.pm and cpanminus update modules, even if they know about newer modules? by moritz

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.