さくらVPSでのCPANインストール
2011年3月12日Table of Contents
昨夜からVPSを検証中。
CPANインストールに癖があったので、メモ。
いつものように、’install Bundle::CPAN’しても、ftp.perl.orgへ繋ぎに行く為、処理が終わらない。
以下のように、urllistをコマンドから追加して対応した。
$ perl -MCPAN -e shell
Terminal does not support AddHistory.
cpan shell — CPAN exploration and modules installation (v1.7602)
ReadLine support available (try ‘install Bundle::CPAN’)
cpan> o conf urllist
urllist
Type ‘o conf’ to view configuration edit options
cpan> o conf urllist push ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN
cpan> o conf commit