The other day, I was installing a module via CPAN's shell interface when the notice came up that there was a new version of CPAN available (1.59). So I was decided to install it. When I tried to install it, it checked my dependencies, and noticed that a few modules were out of date with the most recent versions on CPAN, so it went ahead to upgrade them.
One of these modules (I fail to remember the exact one, something IO based) is found in the main perl distribution, so CPAN tries to haul down the latest version of that. The problem is, the latest version is perl-5.6.1-TRIAL1, which is in Gurusamy's directory, but isn't listed as a stable (or even a development release) in the src directories.
So how can I tell CPAN to only update specific modules (like perl) if they're stable or "absolutely necessary"? I don't particularly want to have it ask me every time it needs to update a dependency, but I also want to make sure that CPAN doesn't try to upgrade my perl distribution to the latest non-stable version.
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.