Subject: | You tried to run a test without a plan! |
I just tried with the perl 5.8.8 that comes with Centos5 and got:
t/Spec.t ................ You tried to run a test without a plan! Gotta
have a plan. at /usr/lib/perl5/5.8.8/Test/More.pm line 717
# Looks like your test died before it could output anything.
t/Spec.t ................ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
[...]
Test Summary Report
-------------------
t/Spec.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=10, Tests=139, 0 wallclock secs ( 0.01 usr 0.03 sys + 0.03 cusr
0.03 csys = 0.10 CPU)
Result: FAIL
This is with Test::More 0.62. Apparently therre is a dependency on a
newer Test::More.
Thanks&&Regards,