【发布时间】:2013-04-17 05:01:10
【问题描述】:
尝试运行 Build.PL 文件并获得以下并不少见的错误消息:
Checking prerequisites...
build_requires:
! Test::Most is not installed
recommends:
* HTML::TableExtract is not installed
* Math::Random is not installed
* YAML is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Run 'Build installdeps' to install missing prerequisites.
但是当我跑步时:
perl Build installdeps
我明白了:
Can't open perl script "Build": No such file or directory
有人知道我在这里做错了什么吗?
【问题讨论】: