--- Package-DeprecationManager-0.04/t/basic.t 2010-07-14 19:39:58.000000000 +0100 +++ Package-DeprecationManager-0.04/t/basic.t 2010-07-26 10:03:44.041991697 +0100 @@ -2,7 +2,7 @@ use warnings; use Test::Exception; -use Test::More; +use Test::More tests => 20; use Test::Warn; { @@ -180,5 +180,3 @@ q{}, 'no wanrning when calling My::Bar::foo()'; } - -done_testing();