perlbrewとcpanmのセットアップ

perlbrew、cpanmそのものについては既に語りつくされてると思うので、自分のために手順だけ書いておく!

2011-10-22時点

curl -kL http://xrl.us/perlbrewinstall | bash
echo 'source /home/kotaro/perl5/perlbrew/etc/bashrc' >> ~/.bashrc
source ~/.bashrc

perlbrew init
perlbrew available

perlbrew install perl-5.14.2
perlbrew switch perl-5.14.2

perlbrew install-cpanm

perl -v