Subject: | Installing this breaks Test::Harness tests |
I'm trying to ship a new release of Test::Harness because it's blocking a new release of Perl, but
I've hit this bug in the tests:
t/compat/env_opts.t ..
1..12
ok 1 - made harness
ok 2 - set color correctly
ok 3 - set jobs correctly
ok 4 - made harness
Can't locate object method "color" via package "TAP::Formatter::HTML" at ...
# Looks like you planned 12 tests but only ran 4.
# Looks like your test died just after 4.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/12 subtests
Test Summary Report
-------------------
t/compat/env_opts.t (Wstat: 65280 Tests: 4 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 12 tests but ran 4.
Files=1, Tests=4, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.14 cusr 0.02 csys = 0.20 CPU)
Result: FAIL
Cheers,
Ovid