summaryrefslogtreecommitdiff
path: root/lib/ExtUtils.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ExtUtils.t')
-rw-r--r--lib/ExtUtils.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils.t b/lib/ExtUtils.t
index 2ade74dd96..3c76657a2e 100644
--- a/lib/ExtUtils.t
+++ b/lib/ExtUtils.t
@@ -371,7 +371,7 @@ close FH or die "close $makefilePL: $!\n";
chdir $dir or die $!; push @INC, '../../lib';
END {chdir ".." or warn $!};
-my @perlout = `$runperl Makefile.PL`;
+my @perlout = `$runperl Makefile.PL PERL_CORE=1`;
if ($?) {
print "not ok 1 # $runperl Makefile.PL failed: $?\n";
print "# $_" foreach @perlout;