http://qs321.pair.com?node_id=689532


in reply to Re: Bundle::CPAN still failing.
in thread Bundle::CPAN still failing.

Did you really run that and actually install Bundle::CPAN? Are there instructions somewhere telling you to run it like that?

There's no -e switch to cpan, and the argument 'install Bundle::CPAN' should be treated as a single argument. There isn't any module named 'install Bundle::CPAN' so nothing happens. That is, if you're running the real cpan script and not some vendor modified one, in which case I'd like to see what they've done.

The command you want is one of:

% sudo cpan Bundle::CPAN % sudo perl -MCPAN -e 'install Bundle::CPAN'
--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review