in reply to Why does the CPAN module upgrade to perl 5.6?

I was updating Bundle::CPAN and I ran into this.

I worked around this like this:

I used Control-C to cancel the CPAN update process when I saw Perl 5.6.1 coming down. I then finished the installation manually:

cd /root/.cpan/build/CPAN-1.59
make
make install
That seemed to work fine.

-mark

  • Comment on Re: Why does the CPAN module upgrade to perl 5.6? (a work-around)