Subject: | Runtime require is different in META.json and MYMETA.json (adds Variable::Magic) |
The test suite claims that Variable::Magic is a runtime require via MYMETA.json, but no such requirement is present in META.json or http://api.metacpan.org/v0/release/B-Hooks-EndOfScope.
Subject: | perl-B-Hooks-EndOfScope.meta.diff |
diff -c /mnt/share/perl_modules/perl-B-Hooks-EndOfScope.x86/build/META.json /mnt/share/perl_modules/perl-B-Hooks-EndOfScope.x86/build/MYMETA.json
--- /mnt/share/perl_modules/perl-B-Hooks-EndOfScope.x86/build/META.json 2015-05-14 23:46:09.000000000 +0200
+++ /mnt/share/perl_modules/perl-B-Hooks-EndOfScope.x86/build/MYMETA.json 2015-05-24 11:40:38.153371100 +0200
@@ -4,8 +4,8 @@
"Florian Ragwitz <rafl@debian.org>",
"Peter Rabbitson <ribasushi@cpan.org>"
],
- "dynamic_config" : 1,
- "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150003",
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150003, CPAN::Meta::Converter version 2.150001",
"keywords" : [
"code",
"hooks",
@@ -17,7 +17,7 @@
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : 2
+ "version" : "2"
},
"name" : "B-Hooks-EndOfScope",
"no_index" : {
@@ -28,11 +28,15 @@
]
},
"prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
"configure" : {
"requires" : {
"ExtUtils::CBuilder" : "0.26",
- "ExtUtils::MakeMaker" : "0",
- "perl" : "5.008001"
+ "ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
@@ -127,6 +131,7 @@
"requires" : {
"Module::Implementation" : "0.05",
"Sub::Exporter::Progressive" : "0.001006",
+ "Variable::Magic" : "0.48",
"perl" : "5.008001",
"strict" : "0",
"warnings" : "0"
@@ -141,8 +146,7 @@
"File::Glob" : "0",
"File::Spec" : "0",
"IPC::Open2" : "0",
- "Test::More" : "0.89",
- "perl" : "5.008001"
+ "Test::More" : "0.89"
}
}
},
@@ -1069,4 +1073,3 @@
],
"x_permissions_from_module" : "B::Hooks::EndOfScope"
}
-
Diff finished. Sun May 24 11:52:04 2015