summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2016-08-18 12:47:41 -0700
committerJames E Keenan <jkeenan@cpan.org>2016-08-19 19:46:26 -0400
commitb6e9e118a4133eb96eb5e5de209ea6a37fd15bfe (patch)
treeb531e35e783d058ef466c968a728e92cc7a44b44
parent20dbe1c7dfa1982373fd6506d893439d0de91db0 (diff)
downloadperl-b6e9e118a4133eb96eb5e5de209ea6a37fd15bfe.tar.gz
always use the core serializers in EUMM for core tests
-rw-r--r--cpan/ExtUtils-MakeMaker/t/min_perl_version.t1
-rw-r--r--cpan/ExtUtils-MakeMaker/t/several_authors.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/min_perl_version.t b/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
index 6bff1bfd0f..8c8f801d0e 100644
--- a/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
+++ b/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
@@ -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();
diff --git a/cpan/ExtUtils-MakeMaker/t/several_authors.t b/cpan/ExtUtils-MakeMaker/t/several_authors.t
index 027393ccca..f1b0f1ebeb 100644
--- a/cpan/ExtUtils-MakeMaker/t/several_authors.t
+++ b/cpan/ExtUtils-MakeMaker/t/several_authors.t
@@ -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();