At work we've got about 15-20 Apache servers to setup, all on Solaris running Perl 5.6. We tried using the autobundle feature of the CPAN module to take a "snapshot" of our currently loaded modules, so we could then just simply install the snapshot and let CPAN.pm do the rest of the work...well, it didn't work out so well. Here's what it did and didn't do:

-- The module couldn't figure out dependencies, and seemed to be working STRICTLY off of the order in which the "snapshot" was taken. This seemed wierd, as it's supposed to be smart enough to figure that out (and does if I let it go to CPAN and fetch the module on it's own). For example, LWP installation would totally hang because of some dependencies it had, which were in fact installed, but further down the list on the snapshot.

-- CPAN.pm re-installed Perl 5.6 itself on our machine. Dunno why, it was already there!

I would really like to use this feature, as I'm the Jr. Admin. and am the one manually installing all the modules on the machines!! I may end up writing a script that'll go through a list of mods that I type up and fetch them from CPAN one by one, but would MUCH rather just use autobundle to ease the pain of multiple installations of the same set of modules. Any advice would be greatly appreciated!
Thanks, Matt

In reply to CPAN module by MCauth

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.