Seeking Perl Knowledge/best practices for what I think is a pretty standard situation. We are attempting to upgrade the production version of Perl on several servers, using perlbrew. Perlbrew is working fantastic but we also need to make sure we get all of our CPAN module dependencies installed on the new installation of Perl. We do not currently maintain a list of module dependencies for our Perl apps, so we need a good way of making sure that everything makes it over into the new version of Perl. We tried the CPAN autobundle approach and it worked mostly, but seems to be failing consistently on 2-5% of the modules in the autobundle Snapshot file. Not sure if these files are actually used or not; we could invest a lot more man-hours into getting these modules to install but figured it would first be best to consult the Perl community. The core question is what's the best way to get an existing library of CPAN modules over into a new Perl installation and/or new machine entirely? Is there a tool that makes this a little less painful or are we relegated to CPAN install/troubleshoot migration cycle?

In reply to Transferring CPAN Modules between Environments by jeffthewookiee

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.