In Linux I use Cpan::Mini and never had a problem wiith it. But tonight I had a problem getting it to work with Windows, so I used minicpan, which worked, BUT I noticed something a bit odd....

I let it run the defaults, and noted, that it clearly did not add a 'complete' set of packages, and only seemd to update what was on my local archive. On others it seemd to leave a bunch of duplicates with older versions intact. At the end, it removed a sizable amount of packages without duplicates, as well as the expected duplicate older versions of the ones it updated.

Its hardly a complete mirror, at least not in the Debian sense.

What I would want is not to mirror the *complete* archive, but only the latest versions of each package version. This is a fresh Win Strawberry install so I really have no issues with versioning. I also do *not* want it to remove any solo but deprecated packages, if possible.

Perhaps these options are there, but the sparse docs made them above my pay level. If necessary I would happily hack CPAN:mini, hoping there some type of FAQs on this subject

Am I imagining things, or is Google/DDG getting alot sparser in responses to searches about tech queries? Any good etexts on the use of modules and CPAN procedures. LOTS of stuff on Git, near nil on CPAN.....


In reply to Minicpan Question by kel

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.