Skip to content

Instantly share code, notes, and snippets.

@cabrinha
Created July 31, 2015 17:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cabrinha/34664360e12ee6abee75 to your computer and use it in GitHub Desktop.
Save cabrinha/34664360e12ee6abee75 to your computer and use it in GitHub Desktop.
Let's build perl-5.22.0 from source!
wget -qO - https://raw.github.com/tokuhirom/Perl-Build/master/perl-build | perl - 5.22.0 ~/perl-5.22.0
echo export PATH="~/perl-5.22.0/bin:$PATH" >> ~/.bashrc; source ~/.bashrc
wget -qO - https://cpanmin.us | perl - App::cpanminus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment