This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make_ext.pl populates @INC correctly, don't override it badly
authorTony Cook <tony@openbsd32.tony.develop-help.com>
Wed, 21 Jul 2010 23:54:13 +0000 (09:54 +1000)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 13:11:44 +0000 (15:11 +0200)
commit6695a346c41138df5b2c0e26b9a49b1f96137da0
treeb19e9ea98068d658337c202aa5729d17a8b2dc95
parentd11a62fe01f2ecb229aeda82048ad1a4c32cfde2
make_ext.pl populates @INC correctly, don't override it badly

PERL5LIB is populated by make_ext.pl with paths to the modules we need
to run, don't override this with "../../lib" since that may not have
been populated yet in a parallel build.
ext/POSIX/Makefile.PL