summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-10-01 22:51:12 -0400
committerDavid Golden <dagolden@cpan.org>2009-10-01 22:51:12 -0400
commit2515fc3387cd30b4bac05ff931323b142fc9ae2f (patch)
treeb61216db28590afc9b27e29d019755ef556a70e0 /make_ext.pl
parentf483babb422bfc83607d05f841bedb2e7366ed9a (diff)
downloadperl-2515fc3387cd30b4bac05ff931323b142fc9ae2f.tar.gz
removed PERL5LIB diagnostic output from make_ext.pl
Diffstat (limited to 'make_ext.pl')
-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) {