reverse order of data construction, to keep Cpanel::JSON::XS out of META.*
authorKaren Etheridge <ether@cpan.org>
Thu, 24 Apr 2014 03:57:19 +0000 (20:57 -0700)
committerKaren Etheridge <ether@cpan.org>
Thu, 24 Apr 2014 03:57:21 +0000 (20:57 -0700)
commit037386f7cb71bd68786a2dcc2ac5aec7fb1b86c7
treef6c2063a3a39f8eb8a2a8e28163a20e8a2eee386
parentb3025e2428f72679da201b1009bfc41f728fc96e
reverse order of data construction, to keep Cpanel::JSON::XS out of META.*

We need to use META_ADD and make that data look how we want it to be in
META.*, then use that to construct PREREQ_PM etc (META_ADD rather than
META_MERGE means that this data, based on the state of the releaser's machine,
won't be added to META.*

Of course, if we generated META.* via a different mechanism than EUMM, we
wouldn't have to go to all this trouble...
Changes
Makefile.PL
lib/JSON/MaybeXS.pm