Subject: | Text-RecordParser 1.1.0, win32, test failure on missing optional prereq, t\10-tablify.t, patch |
When the optional prerequisite Text-TabularDisplay isn't installed, the
test file t\10-tablify.t fails because the number of tests to skip is
incorrect.
The following 4 line patch to t\10-tablify.t causes the tests to pass.
20c20
< skip 'Text::TabularDisplay not installed', 9;
---
Show quoted text
> skip 'Text::TabularDisplay not installed', 10;
This is perl 5.8.8 built with GNU gcc (mingw) 3.4.5 on WinXP SP2.
Below is the error message...
t\10-tablify........ok 1/11# Looks like you planned 11 tests but only
ran 10.
t\10-tablify........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 11
Failed 1/11 tests, 90.91% okay (less 9 skipped tests: 1 okay, 9.09%)