From 2515fc3387cd30b4bac05ff931323b142fc9ae2f Mon Sep 17 00:00:00 2001 From: David Golden Date: Thu, 1 Oct 2009 22:51:12 -0400 Subject: [PATCH] removed PERL5LIB diagnostic output from make_ext.pl --- make_ext.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.8.3.1