为什么我安装Devel :: CheckLib会出现这些错误?

时间:2014-10-17 12:20:26

标签: perl cpan

我有一些Perl项目,我更新它们&使用 CARTON 安装依赖项。因此,当我执行命令carton时,会自动搜索并安装依赖项。我收到这样的错误:

! Installing the dependencies failed: Module 'Devel::CheckLib' is not installed
! Bailing out the installation for FFI-Raw-0.28.

然后,我继续使用cpanm --force Devel::CheckLib手动安装它。安装没问题

$ cpanm --force install Devel::CheckLib
--> Working on Devel::CheckLib
Fetching http://www.cpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-1.02.tar.gz ... OK
Configuring Devel-CheckLib-1.02 ... OK
Building and testing Devel-CheckLib-1.02 ... OK
Successfully reinstalled Devel-CheckLib-1.02
1 distribution installed

当我再次执行carton时,我再次遇到同样的错误

! Installing the dependencies failed: Module 'Devel::CheckLib' is not installed
! Bailing out the installation for FFI-Raw-0.28.

任何人都知道为什么?

由于

0 个答案:

没有答案