首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

更替CPAN的镜像

2012-10-26 
更换CPAN的镜像摘录自:http://space.itpub.net/82392/viewspace-169352??你无需手工修改 /etc/perl/CPAN/C

更换CPAN的镜像

摘录自:http://space.itpub.net/82392/viewspace-169352

?

?

你无需手工修改 /etc/perl/CPAN/Config.pm 来改变 CPAN 镜像地址的,以ROOT身
份运行:

# perl -MCPAN -e shell
cpan> o conf urllist unshift http://www.perl.com/CPAN/
cpan> o conf commit

在search.cpan.org也看到有两个中国的镜像,考虑到稳定性,还是使用perl.com的

热点排行