Skip to content

Instantly share code, notes, and snippets.

@iskernel
Last active December 20, 2015 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iskernel/6049357 to your computer and use it in GitHub Desktop.
Save iskernel/6049357 to your computer and use it in GitHub Desktop.
How to install cpanm.
curl -L http://cpanmin.us | perl - --sudo App::cpanminus
#Install module with dependencies
sudo cpanm Foo::Bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment