Subject: | Test::More 0.62 insufficient |
Hi,
I'm still on Perl 5.8.8, and as such have Test::More 0.62 only. The
following tests are then failing:
t/00error.t 255 65280 ?? ?? % ??
t/01prepare.t 255 65280 ?? ?? % ??
t/02execute.t 255 65280 ?? ?? % ??
t/03import.t 255 65280 ?? ?? % ??
t/04idents.t 255 65280 ?? ?? % ??
t/05simple.t 255 65280 ?? ?? % ??
t/06virtual.t 255 65280 ?? ?? % ??
t/08join.t 255 65280 ?? ?? % ??
because Test::More 0.62 cannot do done_testing() yet, so they appear not
to have a plan. http://perldoc.perl.org/5.8.8/Test/More.html
I've now upgraded to Test::More 0.98, but it may be a good idea to
specify the required version of Test::More in your tests to help
diagnose the issue.
Thanks,
Sam