perlの環境構築

  • perlbrew
% wget --no-check-certificate http://xrl.us/perlbrew
% chmod +x perlbrew
% ./perlbrew install
% rm perlbrew
% perl5/perlbrew/bin/perlbrew init
% echo "source $HOME/perl5/perlbrew/etc/bashrc" >> ~/.zshrc
% source .zshrc

% perlbrew install perl-5.12.3
% perlbrew switch perl-5.12.3
  • cpanm
% curl -L http://cpanmin.us/ | perl - --self-upgrade
% cpanm App::cpanoutdated
% cpan-outdated | cpanm