首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >缺少Devel::Peek模块

缺少Devel::Peek模块
EN

Stack Overflow用户
提问于 2020-12-17 01:23:47
回答 1查看 185关注 0票数 1

我的Perl缺少一个Devel::Peek结点。

代码语言:javascript
复制
# 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.

代码语言:javascript
复制
# cpanm Devel::Peek
skipping X/XS/XSAWYERX/perl-5.32.0.tar.gz

我假设默认情况下它应该包含在我的Perl安装中,但事实并非如此。

代码语言:javascript
复制
# 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.

我该如何解决这个问题呢?我应该做些什么?

EN

回答 1

Stack Overflow用户

发布于 2020-12-17 02:11:43

已通过安装Perl包修复

代码语言:javascript
复制
yum perl-Devel-Peek
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/65328120

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档