From: Karen Etheridge Date: Mon, 3 Oct 2016 02:13:19 +0000 (-0700) Subject: adding a meta-spec to both META_* sections also fixes the EUMM bug X-Git-Tag: v1.003009~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c3375e8110fa8feec9c64eac6e9c3a2901df78f;p=p5sagit%2FJSON-MaybeXS.git adding a meta-spec to both META_* sections also fixes the EUMM bug --- diff --git a/Makefile.PL b/Makefile.PL index 5c49b94..734cfb8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,7 @@ my %WriteMakefileArgs = ( NAME => 'JSON::MaybeXS', VERSION_FROM => 'lib/JSON/MaybeXS.pm', - META_ADD => { + META_MERGE => { 'meta-spec' => { version => 2 }, dynamic_config => 1, resources => { @@ -35,7 +35,10 @@ my %WriteMakefileArgs = ( 'Matt S Trout ', ], keywords => [ qw(json serializer serialiser data) ], + }, + META_ADD => { + 'meta-spec' => { version => 2 }, prereqs => { configure => { requires => {