This is a byproduct of ExtUtils::MakeMaker commit
91b7ff8b56, which affects
how META_MERGE data is merged. For now, just use META_ADD for everything to
bypass the issue.
- added an INSTALLATION section to documentation, to clarify the use of
dynamic prerequisites in Makefile.PL
+ - minimize prereqs listed in META.json to avoid giving the appearance of XS
+ prerequisites, and confusing static inspection tools such as metacpan.org.
1.003007 - 2016-09-11
- no changes since 1.003006_001
NAME => 'JSON::MaybeXS',
VERSION_FROM => 'lib/JSON/MaybeXS.pm',
- META_MERGE => {
+ META_ADD => {
'meta-spec' => { version => 2 },
dynamic_config => 1,
resources => {
'Matt S Trout <mst@shadowcat.co.uk>',
],
keywords => [ qw(json serializer serialiser data) ],
- },
- META_ADD => {
prereqs => {
configure => {
requires => {