#05-02 [Mac,perl]perlbrewを入れた
インストール記事はそこら中にあるので省略…するわけにもいかんか。5.14.2 と cpanm を入れた。
インストール先は ~/.perlbrew にする。
~/.profile に追加。$ export PERLBREW_ROOT=$HOME/.perlbrew $ curl -kL http://install.perlbrew.pl | bash $ source ~/.perlbrew/etc/bashrc
if [ -f ~/.perlbrew/etc/bashrc ]; then . ~/.perlbrew/etc/bashrc fi
これでとりあえずMBA上での開発環境はできたかな。$ perlbrew available perl-5.15.9 perl-5.14.2 perl-5.12.4 perl-5.10.1 perl-5.8.9 perl-5.6.2 perl5.005_04 perl5.004_05 perl5.003_07 $ perlbrew install perl-5.14.2 $ perlbrew switch perl-5.14.2 $ perlbrew init $ perlbrew install-cpanm