The beauty of cpanminus is, it does not ask dozens of question before it installs. Instead, cpanminus will use the most suitable defaults & start downloading dependencies and install it. By default, cpanminus will not tell every action and result on the screen, which "scare" less.
In short, cpanminus improves or makes perfect the experience of installing modules from CPAN. Since the first time trying cpanminus, love it and loving it more seems inescapable :p
*** Some assumptions, perl 5.8 at least exist.
Enough talking, here's how to install cpanminus :
mkdir ~/bin;cd ~/bin wget http://xrl.us/cpanm chmod +x cpanm
How to install a module from CPAN :
- cpanm Acme::Time::Baby
- Done
Waiting for more steps? Sorry to disappoint, that's all it takes to install and start using cpanminus. :)
Adios !!!
2 comments:
Thanks a lot!
Thanks a lot!
Post a Comment