我需要重新安装CPAN模块的依赖关系.通常安装的一些依赖项缺少但是包本身是最新的cpan.
那么如何才能安装依赖?
解决方法
有力的
从cpan命令行应用程序:
$cpan -f -i Module::With::Dependencies
从CPAN shell:
cpan[1]> force install Module::With::Dependencies