linux – 如何更改perl cpan存储库位置
作者:互联网
当我使用cpan来安装模块时,有一个非常不稳定且速度慢的下载源,我可能想在许多机器上安装该模块?
是否可以将perl模块存储库更改为其他地址,或将存储库复制到本地磁盘.
或者,我们可以在使用cpan时将本地模块文件保存到本地.似乎cpan会在安装后删除它.
解决方法:
Is that possible to change the perl module repository to other address
您可以通过运行CPAN shell来重新配置cpan(并更改镜像):
perl -MCPAN -eshell
然后输入:
o conf init
or copy the repos to local disk.
CPAN Mini是通常的工具.
标签:linux,perl,cpan 来源: https://codeday.me/bug/20190728/1566072.html