projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f483bab
)
removed PERL5LIB diagnostic output from make_ext.pl
David Golden [Fri, 2 Oct 2009 02:51:12 +0000 (22:51 -0400)]
make_ext.pl
patch
|
blob
|
blame
|
history
diff --git
a/make_ext.pl
b/make_ext.pl
index
753e36b
..
ce9e79b
100644
(file)
--- 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) {