How do I tell CPAN.pm to install all modules in a specific directory?

感情迁移 提交于 2019-11-29 04:19:22

Install local::lib. It will handle all the configuration for you.

Have you tried using INSTALL_BASE for both? You have to set multiple directories because you're telling CPAN.pm to install in multiple directories. Tell it to install everything in the same place:

makepl_arg         [INSTALL_BASE=~/perl]
mbuildpl_arg       [--install_base ~/perl]
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!