(2007-03の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
cpanの接続先サーバの追加変更
2007-03-01-1 / カテゴリ: [perl] / [permlink]
Digest::HMAC_MD5 を入れようとしたら ftp.cpan.jp に繋がらない…?
というわけで設定変更
現在の設定の表示
URLの追加
というわけで設定変更
現在の設定の表示
$ perl -MCPAN -e shell
cpan> o conf urllist
urllist
http://ftp.cpan.jp/
Type 'o conf' to view configuration edit options
cpan>
URLの追加
cpan> o conf urllist push http://ftp.jaist.ac.jp/pub/lang/perl/CPAN/
cpan> o conf urllist
urllist
http://ftp.cpan.jp/
http://ftp.jaist.ac.jp/pub/lang/perl/CPAN/
Type 'o conf' to view configuration edit options
cpan> o conf commit
commit: wrote /usr/lib/perl5/5.8/CPAN/Config.pm
削除は pop。最後に commit すること。[
コメント ]
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
最終更新時間: 2013-05-02 16:12
