Blob Blame History Raw
--- Package-DeprecationManager-0.08/t/basic.t	2010-10-15 17:39:30.000000000 +0100
+++ Package-DeprecationManager-0.08/t/basic.t	2010-10-15 21:08:31.669098682 +0100
@@ -8,6 +8,8 @@ use Test::Requires {
     'Test::Output' => '0.16',
 };
 
+plan tests => 25;
+
 {
     throws_ok {
         eval 'package Foo; use Package::DeprecationManager;';
@@ -216,5 +218,3 @@ use Test::Requires {
         q{},
         'no deprecation warning for second call to My::Package1::foo()';
 }
-
-done_testing();