Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Automated installation from CPAN

by tod222 (Pilgrim)
on Nov 20, 2010 at 22:32 UTC ( [id://872711]=note: print w/replies, xml ) Need Help??


in reply to Automated installation from CPAN

Since seeing it mentioned in Chromatic's blog about What's Going Right in Perl I've been happily using cpanminus.

It's much easier to use than CPAN.pm and CPANPLUS.

You can optionally use local::lib first to set up a private lib for modules:
# set up a local perl module location inside a directory (csh variant) perl -Mlocal::lib=./ >.setenv.csh source .setenv.csh # once a local perl location is set up, install cpanminus curl -L http://cpanmin.us | perl - App::cpanminus

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-20 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found