Subject: | t/DateManip.t fails |
If Date::Manip is not available, running the test produces:
t/DateManip......ok 4/12# Looks like you planned 12 tests but only ran 11.
t/DateManip......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 12
Failed 1/12 tests, 91.67% okay (less 10 skipped tests: 1 okay,
8.33%)
The test executes this statement:
skip 'DateManip not available', 10
but there are ELEVEN tests in the skip block.