Skip to content

Instantly share code, notes, and snippets.

@chetan
Created December 22, 2011 21:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chetan/1511921 to your computer and use it in GitHub Desktop.
Save chetan/1511921 to your computer and use it in GitHub Desktop.
install cpanm in oneline
## don't screw around with cpan! just just cpan-minus!!
##
## run as root!
cd /usr/local/bin; curl -fsSLO http://xrl.us/cpanm; chmod 755 cpanm
## then install away!
## -q = queit, -n no test (who needs those pesky things?!)
cpanm -qn Moose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment