素の状態からcpanminusとperlbrewでperl5.12.0の環境を作る Nobuo Danjou miyagawaさんのこのtweetを読んで、perlbrewって言うのがあるのかー、と知り、使ってみた。 $ curl -L [http://cpanmin.us/](http://cpanmin.us/) | perl - App::cpanminus App::perlbrew $ perlbrew init $ echo "source /Users/danjou/perl5/perlbrew/etc/bashrc" >> ~/.bash_profile $ source ~/.bash_profile $ perlbrew install perl-5.12.0 $ perlbrew switch perl-5.12.0 $ perl -v This is perl 5, version 12, subversion 0 (v5.12.0) built for darwin-2level Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at [http://www.perl.org/,](http://www.perl.org/,) the Perl Home Page. perlbrew 0.04はinitでこけるので次のバージョンがすぐ出ると思うのでそれを使うのがいいと思う。 追記。 perlbrewはgithubから落とすのがいいらしい。 cpanm http://github.com/gugod/App-perlbrew/tarball/master perlbrewつかうんならlocal::libはいらないらしい。 Written on 2010-04-18. Categories: Tags: Next: OSDC.twに行ってきた Previous: Google Documents List Data API updates