我在Windows 7上使用草莓Perl win32版本5.16.3.1并且我正在尝试安装Devel :: REPL模块,它似乎使用module-build-tiny并且都失败了。从安装我得到:
---- 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
我尝试了run force但是在第一次simple.t测试时它仍然失败 - 一个对话框打开,说Perl已经停止运行。
关于我需要做些什么才能让它发挥作用?感谢。
答案 0 :(得分:0)
问题解决了。与在Strawberry的MinGW环境之前的路径中的MinGW冲突。更改了路径顺序,现在工作正常。