Ed Sickafus wrote:
> Help:  trapped in a circle and can't get out.
> 
> 1) Tried to install Storable from cpan. During the attempt, CPAN said
> ... 
> 
>   There's a new CPAN.pm version (v1.63) available!
>   You might want to try
>     install Bundle::CPAN
>     reload cpan
>   without quitting the current session. It should be a seamless
>   upgrade while we are running...
> 
> 2)  Tried to install Bundle::CPAN ...
> 
>       cpan> install Bundle::CPAN
>    got an error ...
>       I'd recommend removing
> yes/sources/authors/id/A/AN/ANDK/CPAN-1.63.tar.gz.
  ^^^
This looks suspicious. I'd say your CPAN config is fubar.

Try this:

$ perl -l -MCPAN::Config -e 'print grep /Config/, values %INC'
/usr/local/lib/perl5/5.6.1/CPAN/Config.pm

This prints the location of your CPAN config file. Now remove this file or
move it somewhere.

Now run

$ perl -MCPAN -e shell

This will start the reconfiguration process. Make sure you answer the
questions properly.

(Somebody may now of a way to force CPAN to reconfigure itself other than
removing the Config.pm file).

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to