For each module on CPAN (as returned by the cpan shell command m /./), cpan -r searches the directories named in @INC for a DLL named after the module (e.g. auto/Foo/Bar.so or auto/Foo/Bar.dll for module Foo::Bar, depending on your system). If the DLL is found, it flags the module for reinstallation.

You claim you never installed any modules, but some were installed along with Perl, and some of those are dual-lived. cpan is reinstalling those (e.g. Storable).

There are no sources on your machine, so reinstalling requires downloading.

It downloads the latest version of each module. This may introduce new dependencies.


By the way, you appear to be saying that "Unsatisfied dependencies detected during" is an error, but it's not. It's just a list of modules the distribution is requesting to install.


In reply to Re: Why does "cpan -r" download new modules? by ikegami
in thread Why does "cpan -r" download new modules? by jimav

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.