Skip to content

Instantly share code, notes, and snippets.

@hiroakis
Created December 28, 2012 06:12
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 hiroakis/4394998 to your computer and use it in GitHub Desktop.
Save hiroakis/4394998 to your computer and use it in GitHub Desktop.
My perl environment for CentOS
mkdir /perl
export PERLBREW_ROOT=/perl
curl -L --insecure http://xrl.us/perlbrewinstall | bash
echo 'export PERLBREW_ROOT=/perl' >> ~/.zshrc
echo '[ -f /perl/etc/bashrc ] && source /perl/etc/bashrc' >> ~/.zshrc
source ~/.zshrc
perlbrew available
perlbrew install perl-5.16.2
perlbrew switch perl-5.16.2
perlbrew install-cpanm
cpanm App::pmuninstall
cpanm App::cpanoutdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment