Subject: | Test::Base's test suit failes on Win32 |
Ingy~
As the title says, Test::Base's test suit failes on Win32 (both
Win2000 and WinXP). The corresponding output is as follows:
t/diff_is................Couldn't open /tmp/test-blocks-1344: No such
file or directory
# No tests run!
t/diff_is................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
Another issue is Test::Base 0.47 requires Spiffy version 0.29, but it
doesn't assert this requrement in its Makefile.PL. The user can't see
this problem until all the tests fail:
t/xxx....................Spiffy version 0.29 required--this is only
version 0.26
at C:\.cpan\build\Test-Base-0.47\blib\lib/Test/Base.pm line 5.
BEGIN failed--compilation aborted at C:\.cpan\build\Test-Base-0.47
\blib\lib/Test
/Base.pm line 5.
Compilation failed in require at t/xxx.t line 1.
Test::Base is a really good testing framework and I'm going to use
that for my CPAN modules. But please ensure your module works on all
platforms or my modules won't either. :(
Thanks,
Agent