如何将 cpanminus 与本地 CPAN::Mini 一起使用?
我使用 minicpan 创建了自己的 CPAN 本地副本并设法重新配置 cpan 来使用它 - 太棒了!
..但是我该如何将它与 cpanminus 一起使用?
I've created my own local copy of CPAN with minicpan and managed to reconfigure cpan to use it - Fantastic!
..but how would I go about using it with cpanminus?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
--mirror-only
选项应该可以实现此目的。例如:
This should be possible using
--mirror-only
option.For example: