This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
always use the core serializers in EUMM for core tests
authorKaren Etheridge <ether@cpan.org>
Thu, 18 Aug 2016 19:47:41 +0000 (12:47 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 19 Aug 2016 23:46:26 +0000 (19:46 -0400)
cpan/ExtUtils-MakeMaker/t/min_perl_version.t
cpan/ExtUtils-MakeMaker/t/several_authors.t

index 6bff1bf..8c8f801 100644 (file)
@@ -52,6 +52,7 @@ END
 );
 
 # avoid environment variables interfering with our make runs
+delete @ENV{qw(PERL_JSON_BACKEND CPAN_META_JSON_BACKEND PERL_YAML_BACKEND)} if $ENV{PERL_CORE};
 delete @ENV{qw(LIB MAKEFLAGS PERL_CORE)};
 
 my $perl     = which_perl();
index 027393c..f1b0f1e 100644 (file)
@@ -52,6 +52,7 @@ END
 );
 
 # avoid environment variables interfering with our make runs
+delete @ENV{qw(PERL_JSON_BACKEND CPAN_META_JSON_BACKEND PERL_YAML_BACKEND)} if $ENV{PERL_CORE};
 delete @ENV{qw(LIB MAKEFLAGS PERL_CORE)};
 
 my $perl     = which_perl();