I'm trying to install the Smart::Comments module with the CPAN shell, but the only version the shell finds is 0.01 by Autrijus Tang. Searching on search.cpan.org shows a 1.01 version by Damian Conway. Any idea why my CPAN shell is blissfully ignorant of this?

I've tried removing the Metadata file from my cpan build directory so that a fresh copy of 01mailrc.txt.gz, 02packages.details.txt.gz, and 03modlist.data.gz are downloaded. I've also tried emptying my urllist and adding different cpan mirrors (after deleteing the Metadata file and restarting the shell), but no matter what, the shell thinks the only version of that package is 0.01.
cpan> m /Smart::Comment/ Module id = Smart::Comments CPAN_USERID AUTRIJUS (Autrijus Tang <autrijus@autrijus.org>) CPAN_VERSION 0.01 CPAN_FILE A/AU/AUTRIJUS/Smart-Comments-0.01.tar.gz INST_FILE (not installed)
And, finally, I did an 'install Bundle::CPAN' (followed by retrying all of the above), to make sure I had all the latest CPAN modules. Still no luck.

2005-10-31 Retitled by planetscape, as per Monastery guidelines
Original title: 'Semi-stupid CPAN question'


In reply to Problem with CPAN and module version numbers by Anonymous Monk

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.