●CPANのURLを変更する方法
CPANの接続すると、たまにうまく接続できないURLがあります。
cpan> o conf urllist
urllist
ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/
http://http://ftp.cpan.jp/
Type 'o conf' to view configuration edit options
リストから削除したい場合は、
cpan> o conf
cpan> o conf urllist pop url名
cpan> o conf commit
リストに追加したい場合は、
cpan> o conf
cpan> o conf urllist push url名
cpan> o conf commit