Subject: | errors with perl-5.8.5 |
When testing this module with perl-5.8.5, I get these errors:
$ perl -Mblib t/none.t
ok 1 - Test 'no warns' completed
ok 2 - Test 'no warns' no premature diagostication
ok 3 - Test 'no warns' result count
ok 4 - subtest 'check warns' of 'no warns' compare actual_ok
ok 5 - Test '1 warn' completed
ok 6 - Test '1 warn' no premature diagostication
ok 7 - Test '1 warn' result count
ok 8 - subtest 'check warns' of '1 warn' compare actual_ok
ok 9 - 1 warn diag
ok 10 - 1 warn diag test num
ok 11 - 1 warn diag has warn
not ok 12 - carp level b
# Failed test (t/none.t at line 51)
# ' at t/none.t line 18'
# doesn't match '/main::b/'
not ok 13 - carp level a
# Failed test (t/none.t at line 52)
# ' main::b called at t/none.t line 13'
# doesn't match '/main::a/'
ok 14 - The object isa Devel::StackTrace
ok 15 - Test 'clear warns' completed
ok 16 - Test 'clear warns' no premature diagostication
ok 17 - Test 'clear warns' result count
ok 18 - subtest 'check warns' of 'clear warns' compare actual_ok
ok 19 - Test '2 warn' completed
ok 20 - Test '2 warn' no premature diagostication
ok 21 - Test '2 warn' result count
ok 22 - subtest 'check warns empty' of '2 warn' compare actual_ok
ok 23 - subtest 'check warns' of '2 warn' compare actual_ok
ok 24 - 2 warn diag
ok 25 - 2 warn diag test num
ok 26 - 2 warn diag has warn
1..26
# Looks like you failed 2 tests of 26.
Let me know if you need additional information...
Cheers,
Marek