in reply to Re: Re: cpan shell
in thread cpan shell

Ah!

I think you need to reconfigure your CPAN module: look at this:

cpan_home y

It seems that you answered "y" to the question that asked where to put the cpan cache; being "y" a relative path, it will mess things up if the module does chdir somewhere. Just reconfigure and put something a reasonable path in, e.g. /var/cache/cpan. It should work.

Ciao!
--bronto

# Another Perl edition of a song:
# The End, by The Beatles
END {
  $you->take($love) eq $you->make($love) ;
}