0

我在 Windows 7 上使用草莓 Perl win32 版本 5.16.3.1 并尝试安装似乎使用 module-build-tiny 的 Devel::REPL 模块并且都失败了。从安装中我得到:

----     ETHER/Devel-REPL-1.003025.tar.gz     ---
    Module::Build::Tiny [build_requires]
Running make test
  Make had some problems, won't test
  Delayed until after prerequisites
Running make install
  Make had some problems, won't install
  Delayed until after prerequisites
Running install for module 'Module::Build::Tiny'
...

Test Summary Report
-------------------
t/simple.t            (Wstat: 1280 Tests: 21 Failed: 0)
  Non-zero exit status: 5
  Parse errors: No plan found in TAP output
Files=3, Tests=22, 14 wallclock secs ( 0.13 usr +  0.06 sys =  0.19 CPU)
Result: FAIL
  LEONT/Module-Build-Tiny-0.028.tar.gz
  C:\strawberry\perl\bin\perl.exe ./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports LEONT/Module-Build-Tiny-0.028.tar.gz
Running Build install
  make test had returned bad status, won't install without force
Stopping: 'install' failed for 'Module::Build::Tiny'.
Failed during this command:
 LEONT/Module-Build-Tiny-0.028.tar.gz         : make_test NO

我尝试运行 force,但在第一次 simple.t 测试中仍然失败 - 打开一个对话框,显示 Perl 已停止运行。

关于我需要做些什么才能让它发挥作用的想法?谢谢。

4

1 回答 1

0

问题解决了。与草莓的 MinGW 环境之前的路径中的 MinGW 冲突。更改了路径顺序,现在可以正常工作了。

于 2013-10-07T23:55:42.193 回答