Skip to content

Instantly share code, notes, and snippets.

@non7top
Created May 19, 2015 23:42
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 non7top/726b3866d1c7197191a4 to your computer and use it in GitHub Desktop.
Save non7top/726b3866d1c7197191a4 to your computer and use it in GitHub Desktop.
compact perl
wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.bash_profile
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.bash_profile
cpanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment