On Tue, Apr 17, 2012 at 12:13 AM, David Nicol <[email protected]> wrote:
> I just got an automated test failure report for a module I uploaded a few > months ago. > Looking at the extended report, it seems that the version of test::harness > (or something) that > I wrote it with didn't require the "plan" number to be set, and the > version of that piece of > infrastructure installed on that test box does. > You need Test::More (or Test::Simple) >= 0.88 as a test_requires. That was the first release version with done_testing support. -- Stephen Clouse <[email protected]>
_______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
