Skip to content

Instantly share code, notes, and snippets.

@ovntatar
Last active December 17, 2015 01:59
Show Gist options
  • Save ovntatar/5532298 to your computer and use it in GitHub Desktop.
Save ovntatar/5532298 to your computer and use it in GitHub Desktop.
get cpanminus
#!/bin/bash
curl https://raw.github.com/miyagawa/cpanminus/master/cpanm > cpanm
mv cpanm ~/
chmod 755 ~/cpanm
echo "PERL5LIB=~/perl5/lib/perl5/" >> ~/.bashrc
echo "export PERL5LIB" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment