cpanmのインストール

cpanmはcpan改と思っている。
どのへんが改良されているかというと小メモリでout of memoryにならない。

OK, the first motivation was this: the CPAN shell runs out of memory (or swaps heavily and gets really slow) on Slicehost/linode's most affordable plan with only 256MB RAM. Should I pay more to install perl modules from CPAN? I don't think so.

http://search.cpan.org/dist/App-cpanminus/lib/App/cpanminus.pm#Another_CPAN_installer?

以下のコマンドを打つだけで良い。

# cpan App::cpanminus

あとは普通にcpanと同じように使える。

# cpanm <モジュール名>