I'm looking for a
good solution for installing my CPAN favorites. I use about 20 modules really regularly and when I set up new machines or new perl installations, I find myself manually typing from a list of favorites -- a text file I keep in cvs.
It seems to me that I could easilly CPAN::Shell->install("them all"), but I'm wondering if there's a better way.
Someone suggested autobundle. And actually, simpler than that, I find that building a Bundle::JetsFavorites is really tempting, but I can't think of a way install Bundle::JetsFavorites without uploading the module to J/JE/JETTERO. I don't think uploading my list of favorites to CPAN is a good solution either.
I'm really asking two questions:
- Is there a really easy solution for a CPAN favorites list?
- How could I install CPAN::JetsFavorites without uploading it to CPAN?
If nothing else, I'm tempted to write a CPAN::Favorites -- or something like that -- so I can make this easier on me and others. I doubt it would be much more than CPAN::Shell->install($_) foreach @favorites though.
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.