[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)
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.


Trivial merge