forked from pool/perl-Package-DeprecationManager
48c8d39361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-DeprecationManager?expand=0&rev=2
18 lines
324 B
Diff
18 lines
324 B
Diff
--- t/basic.t.orig 2010-07-26 09:35:13.000000000 +0200
|
|
+++ t/basic.t 2010-07-26 09:35:51.000000000 +0200
|
|
@@ -2,7 +2,7 @@
|
|
use warnings;
|
|
|
|
use Test::Exception;
|
|
-use Test::More;
|
|
+use Test::More tests => 20;
|
|
use Test::Warn;
|
|
|
|
{
|
|
@@ -181,4 +181,4 @@
|
|
'no wanrning when calling My::Bar::foo()';
|
|
}
|
|
|
|
-done_testing();
|
|
+
|