This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f483bab
)
removed PERL5LIB diagnostic output from make_ext.pl
author
David Golden
<dagolden@cpan.org>
Fri, 2 Oct 2009 02:51:12 +0000
(22:51 -0400)
committer
David Golden
<dagolden@cpan.org>
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) {