winapi - Perl 5.16.3.1 win32 Devel::REPL module-build-tiny fails to install -


i using strawberry perl win32 version 5.16.3.1 on windows 7 , trying install devel::repl module seems use module-build-tiny , both fail. install get:

----     ether/devel-repl-1.003025.tar.gz     ---     module::build::tiny [build_requires] running make test   make had problems, won't test   delayed until after prerequisites running make install   make had problems, won't install   delayed until after prerequisites running install 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// see cpan-testers results installing 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 'module::build::tiny'. failed during command:  leont/module-build-tiny-0.028.tar.gz         : make_test no 

i tried running force still fails @ first simple.t test - dialog opens perl has stopped running.

thoughts on need work? thanks.

problem solved. conflict mingw in path prior strawberry's mingw environment. changed path order , works fine now.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -