Hello,
I'm putting together an install script for our Linux machines, and I want the user to need to interact with the install as little as possible.
One part of this install is a bundle of Perl modules. Previously, we have done this by defining a bundle and doing a force install of the bundle in CPAN. However sometimes it takes 2 attempts to get all the dependencies resolved, and some modules require user input as part of the CPAN install.
Are there any disadvantages to replacing /usr/lib/perl5 with a zipped install of the modules instead of using CPAN in this instance? (The Redhat and Perl versions will be the same across machines, and ideally the Perl modules should all be the same versions, which this method provides ensures).
Thanks in advance for your advice!
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.