Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Bundle::CPAN still failing.

by brian_d_foy (Abbot)
on Jun 01, 2008 at 08:52 UTC ( [id://689532]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://689532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-03-19 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found