You didn't say what platforms you are supporting, but if they are ones that uses RPM, you might want to look at
cpan2rpm.
I just completed packaging over 300 modules for use here using it (it took me about 3 days of work). Combined with the yum package manager (and using the
createrepo package to generate a Yum repo out of them) it makes installing those 300 modules on a new machine a matter of minutes. I _literally_ just say 'yum install perl-*' at the shell and 10 minutes later am done.
A slightly different approach if you are using a Redhat derived system is use the pre-built RPMs on
RPMForge if you have network access and are willing to trust modules built by a third-party.
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.