CPAN module prereqs

流过昼夜 提交于 2019-12-01 19:15:52

The Makefile.PL doesn't install prerequisites; it just complains if they're not installed. It's the CPAN client's job to install prerequisites.

Note: Module::Install has an auto_install feature that does this, but the general consensus seems to be that using it is a bad idea.

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