After some investigation I could discover that the cpan-shell always tries to download this file again if its date is not of today.

I read your post last night without much idea on what one might do about it. And I'm intrigued about what one might do with strawberry perl on USB. What types of things does a person do with such a stick, I wonder?

This morning, I was working on my own cpan "problems," and I got this from STDOUT:

MIYAGAWA/App-cpanminus-1.7044.tar.gz /usr/bin/make -- OK The current configuration of allow_installing_outdated_dists is 'ask/y +es', but for this option we would need 'CPAN::DistnameInfo' installed +. Please install 'CPAN::DistnameInfo' as soon as possible. As long as + we are not equipped with 'CPAN::DistnameInfo' this option does not t +ake effect Running make test for MIYAGAWA/App-cpanminus-1.7044.tar.gz

Then I ran o conf and saw this:

cpan[1]> o conf $CPAN::Config options from /home/hogan/.cpan/CPAN/MyConfig.pm: commit [Commit changes to disk] defaults [Reload defaults from disk] help [Short help about 'o conf' usage] init [Interactive setting of all options] allow_installing_module_downgrades undef allow_installing_outdated_dists undef

, and I see that your values are the same. If cpan believes that old modules are alright, it might not think it had to go change it.

Hope this helps,

(if not, I still have 2 strikes)


In reply to Re: Offline cpan used by strawberry perl by Aldebaran
in thread Offline cpan used by strawberry perl by Dirk80

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.