Perlbrew

Fork me on github!!

perlbrew ing on $OS

This page is list of short cheatsheet on how to prepare your system so after it runs this bash script:

\curl -L https://install.perlbrew.pl | bash
eval "$(./perl5/perlbrew/bin/perlbrew init-in-bash)"
perlbrew install perl-5.26.1 --notest

you get a usable perl-5.26.1 installation.

Debian and Ubuntu

sudo apt install -y build-essential curl perl

CentOS 7

sudo yum install -y gcc curl patch perl