summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make_ext.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl
index 753e36b09e..ce9e79ba7a 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -305,7 +305,7 @@ sub build_extension {
}
$ENV{PERL5LIB} = join $Config{path_sep}, @new_inc;
$ENV{PERL_CORE} = 1;
- warn $ENV{PERL5LIB};
+ # warn $ENV{PERL5LIB};
my $makefile;
if ($is_VMS) {