perl-B-Hooks-EndOfScope/old_test_more.patch

29 lines
566 B
Diff

--- Makefile.PL
+++ Makefile.PL
@@ -12,7 +12,7 @@
"ABSTRACT" => "Execute code after a scope finished compilation",
"AUTHOR" => "Florian Ragwitz <rafl\@debian.org>",
"BUILD_REQUIRES" => {
- "Test::More" => "0.89"
+ "Test::More" => "0.01"
},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30"
--- t/localise.t
+++ t/localise.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.89;
+use Test::More qw(no_plan);
use B::Hooks::EndOfScope;
@@ -47,4 +47,4 @@
BEGIN { ok($fired) }
}
-done_testing;
+#done_testing;