From: David Golden <dagolden@cpan.org>
Date: Fri, 2 Oct 2009 02:51:12 +0000 (-0400)
Subject: removed PERL5LIB diagnostic output from make_ext.pl
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2515fc3387cd30b4bac05ff931323b142fc9ae2f;p=p5sagit%2Fp5-mst-13.2.git

removed PERL5LIB diagnostic output from make_ext.pl
---

diff --git a/make_ext.pl b/make_ext.pl
index 753e36b..ce9e79b 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) {