to.pm.org Jan 2005 Testing the Testers #12

Fragility

-use Test::More tests => (2 * 1) + (2 * 2);  # success * 2 + failure * 2
+use Test::More 'no_plan';

-use Test::Foo;
+use_ok('Test::Foo');
< | ^ | >
Copyright © 2005 James FitzGibbon