You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
395 B
18 lines
395 B
15 years ago
|
--- 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();
|