Thank you!

autobundle seems to be a great solution to this problem.

BUT....

It is in package\sformat format:

ACH::Generator 0.01

And looking through the docs, there are no options to update to the latest version!

(Mind you there are 37000 packages in that bundle)

so

perl -MCPAN -e 'install Bundle::Snapshot_2017_11_30_00'
Might take months without a 'notest install'.

Will CPAN automagically choose the 'right' version for the Strawberry release?

Now... I do have a CPAN mirror from my Linux drive which is accessible in Win, and can hopefully speed up the process some. Any quick links to using a local mirror? File//path in the config file?

There is another way, but a bit more tedious. I can take the automirror file, split on \s and just have the package names per line.

Once upon a time there was a command for retrieving a list of modules that were NOT installed compared to the 'full' CPAN list.

If I run uniq against the two lists, it can save alot of time by not trying to install modules already installed.


In reply to Re^2: Strawberry & ActiveState by kel
in thread Strawberry & ActiveState 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.