danmcb has asked for the wisdom of the Perl Monks concerning the following question:
Updating my server to perl 5.10, as that is what I use on my dev system. I started with apt-get install perl, which did the first part.
Now I start CPAN'ing in the various modules that my server needs. I use the same mirror list that I use on my dev box. But it turns out that the versions CPAN is looking for are slightly out of date in some case - for instance it tries to download MIME::Types V1.21 when the ftp mirror has 1.24 - so it fails (miserably and often).
Is that a problem with the mirror or something in CPAN configuration?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN versions out of date
by JavaFan (Canon) on Oct 04, 2008 at 22:16 UTC | |
by Anonymous Monk on Oct 05, 2008 at 04:10 UTC |