Subject: | default.t fails |
The C<die> in the last line prevents the default.t tests to pass. Tip: After commenting that out it works.
#die $cfg->block();
Before it was
# Running under perl version 5.006001 for MSWin32
# Win32::BuildNumber 633
# Current time local: Fri Feb 21 05:33:32 2003
# Current time GMT: Fri Feb 21 10:33:32 2003
# Using Test.pm version 1.23
mok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
oduleauthor at t\default.t line 37.
ok 8
ok 9
ok 10
dubious
Test returned status 255 (wstat 65280, 0xff00)
after all the subtests completed successfully
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\default.t 255 65280 10 0 0.00% ??
Failed 1/1 test scripts, 0.00% okay. 0/10 subtests failed, 100.00% okay.