removed PERL5LIB diagnostic output from make_ext.pl
David Golden [Fri, 2 Oct 2009 02:51:12 +0000 (22:51 -0400)]
make_ext.pl

index 753e36b..ce9e79b 100644 (file)
@@ -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) {