1f6c662f21
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-B-Hooks-EndOfScope?expand=0&rev=13
29 lines
566 B
Diff
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;
|