Monday, October 7, 2013

Customizing perlbrew installations

This is an easy way to install a custom perl version using perlbrew:

perlbrew install perl-5.16.3 -Dusethreads \
-Duselargefiles -Dcccdlflags=-fPIC -Doptimize=-O2 \
-Duseshrplib -Duse64bitall -Darchname=x86_64-linux-gnu \
--as threaded-perl-5.16.3


PS: This is optimized for my linux distro (archlinux 64bits).