[Merge] Get minitest passing again
authorFather Chrysostomos <sprout@cpan.org>
Sat, 7 Dec 2013 02:41:08 +0000 (18:41 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 7 Dec 2013 02:41:08 +0000 (18:41 -0800)
commit81c81119e8ca8efcb9e9407557710d46dfca7db4
treec5180bf950195660ea9e9850ac4bd2a05267bacf
parent2a590426b39988d335b9a105074d0e3b4c7fbeb8
parent3a6b4f26fcdea2b27dd79e9bbc06f16aecbe28a5
[Merge] Get minitest passing again

One significant change is to the way miniperl gets its @INC set up.
Now buildcustomize.pl replaces lib with its special list, instead of
clobbering the entirety of @INC.  This allows tests to use runperl
with -I, without having to go through hoops to get things to work.