Subject: | Insufficient error reporting |
I see test failures running by:
t/4...............Can't use filter Text::Decorator::Filter::Quoted at
t/4.t line
7
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/pod-coverage....
1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage
skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
t/pod.............
1..0 # Skip Test::Pod 1.00 required for testing POD
skipped: Test::Pod 1.00 required for testing POD
t/quoted..........Can't use filter Text::Decorator::Filter::Quoted at
t/quoted.t line 16
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/ttbridge........Can't use filter Text::Decorator::Filter::TTBridge at
t/ttbridge.t line 7
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/urifind.........Can't use filter Text::Decorator::Filter::TTBridge at
t/urifind.t line 7
# Looks like your test exited with 255 before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
I wonder why this error message is so short and provides no reason.
In case it helps: this is with perl 5.6.2. But when I look into
http://matrix.cpantesters.org/?dist=Text-Decorator&maxver=
then there is much more red than green, so it would probably help to
improve error reporting.
Thanks,