summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2016-08-18 11:35:11 -0700
committerJames E Keenan <jkeenan@cpan.org>2016-08-19 19:46:21 -0400
commit20dbe1c7dfa1982373fd6506d893439d0de91db0 (patch)
treec696d9091c5572e18aa3a78bcd7c61024f6ede6f /Porting
parentc4159eb1857da384b4da75beaa2bf70d846837dd (diff)
downloadperl-20dbe1c7dfa1982373fd6506d893439d0de91db0.tar.gz
regenerate META.* using new CPAN::Meta, and always use the core serializers
Diffstat (limited to 'Porting')
-rw-r--r--Porting/makemeta4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/makemeta b/Porting/makemeta
index cb6944e24a..9259b20fb0 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -8,6 +8,10 @@ use strict;
use warnings;
use Getopt::Std;
+# avoid unnecessary churn in x_serialization_backend in META.*
+$ENV{PERL_JSON_BACKEND} = $ENV{CPAN_META_JSON_BACKEND} = 'JSON::PP';
+$ENV{PERL_YAML_BACKEND} = 'CPAN::Meta::YAML';
+
my $opts = {
'META.yml' => { version => '1.4' },
'META.json' => { version => '2' },