Skip to content

Instantly share code, notes, and snippets.

@sonots
Last active December 11, 2015 21:39
Show Gist options
  • Save sonots/4664437 to your computer and use it in GitHub Desktop.
Save sonots/4664437 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -kL http://install.perlbrew.pl | bash
echo '[[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc"' >> .bashrc
source "$HOME/perl5/perlbrew/etc/bashrc"
perlbrew install perl-5.16.0
perlbrew switch perl-5.16.0
perlbrew install-cpanm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment