Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Base CPAN distribution.

Report information
The Basics
Id: 17285
Status: resolved
Priority: 0/
Queue: Test-Base

People
Owner: Nobody in particular
Requestors: agentz [...] tom.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.47
Fixed in: (no value)



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