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');
| to.pm.org Jan 2005 | Testing the Testers | #12 |
-use Test::More tests => (2 * 1) + (2 * 2); # success * 2 + failure * 2
+use Test::More 'no_plan';
-use Test::Foo;
+use_ok('Test::Foo');