我的Perl缺少一个Devel::Peek结点。
# cpanm B::COW
--> Working on B::COW
Fetching http://www.cpan.org/authors/id/A/AT/ATOOMIC/B-COW-0.004.tar.gz ... OK
Configuring B-COW-0.004 ... OK
==> Found dependencies: Devel::Peek
skipping X/XS/XSAWYERX/perl-5.32.0.tar.gz
! Installing the dependencies failed: Module 'Devel::Peek' is not installed
! Bailing out the installation for B-COW-0.004.# cpanm Devel::Peek
skipping X/XS/XSAWYERX/perl-5.32.0.tar.gz我假设默认情况下它应该包含在我的Perl安装中,但事实并非如此。
# perl -v
This is perl 5, version 26, subversion 3 (v5.26.3) built for x86_64-linux-thread-multi
(with 51 registered patches, see perl -V for more detail)
Copyright 1987-2018, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.我该如何解决这个问题呢?我应该做些什么?
发布于 2020-12-17 02:11:43
已通过安装Perl包修复
yum perl-Devel-Peekhttps://stackoverflow.com/questions/65328120
复制相似问题