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
431 B
18 lines
431 B
14 years ago
|
--- Package-DeprecationManager-0.06/t/basic.t 2010-10-14 20:49:26.000000000 +0100
|
||
|
+++ Package-DeprecationManager-0.06/t/basic.t 2010-10-15 09:09:36.747221411 +0100
|
||
|
@@ -8,6 +8,8 @@
|
||
|
'Test::Warn' => '0.21',
|
||
|
};
|
||
|
|
||
|
+plan tests => 22;
|
||
|
+
|
||
|
{
|
||
|
throws_ok {
|
||
|
eval 'package Foo; use Package::DeprecationManager;';
|
||
|
@@ -221,5 +223,3 @@
|
||
|
q{},
|
||
|
'no warning when calling My::Package2::foo()';
|
||
|
}
|
||
|
-
|
||
|
-done_testing();
|