diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-12-04 05:46:40 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-12-06 18:40:46 -0800 |
commit | a462003e1b0ecd74d52837c88aa79db4ff49fce8 (patch) | |
tree | 15f78d2e56b1acbc73ee821d17a177172bf9af8e /symbian | |
parent | 66ff7d34c2e2275f89445e904eb5979ada07ef9f (diff) | |
download | perl-a462003e1b0ecd74d52837c88aa79db4ff49fce8.tar.gz |
Do not clobber @INC completely in buildcustomize.pl
buildcustomize.pl (for miniperl) replaces @INC (usually qw(lib .))
with the whole list of build directories we need followed by
qw(lib .).
runperl from test.pl is such that this:
runperl(switches => [ "-Irun/flib" ], ...)
turns into:
/path/to/perl.git/miniperl "-I../lib" -Irun/flib
The end result is that -Irun/flib gets stripped out and clobbered, and
switchM.t fails under minitest.
Diffstat (limited to 'symbian')
0 files changed, 0 insertions, 0 deletions