We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f5a99 commit 93617f9Copy full SHA for 93617f9
t/min_perl_version.t
@@ -52,6 +52,7 @@ END
52
);
53
54
# avoid environment variables interfering with our make runs
55
+delete @ENV{qw(PERL_JSON_BACKEND CPAN_META_JSON_BACKEND PERL_YAML_BACKEND)} if $ENV{PERL_CORE};
56
delete @ENV{qw(LIB MAKEFLAGS PERL_CORE)};
57
58
my $perl = which_perl();
t/several_authors.t
0 commit comments