For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INC
authorNicholas Clark <nick@ccl4.org>
Mon, 14 Feb 2011 09:06:42 +0000 (09:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 15 Feb 2011 14:10:05 +0000 (14:10 +0000)
commit43c0c913165d6abe1bc0cb45a784eb1c32c3700b
tree079e65e76bd80a8f40abb6bb90dc94280dca79dd
parent924359124d095f916f99710eb2fea49db6a041d8
For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INC

For miniperl (only), always enable USE_SITECUSTOMIZE, but change it to load
a buildcustomize.pl file from $INC[0], if present. The default @INC for
miniperl is '.', so by default this does nothing.
perl.c