develooper Front page | perl.perl5.porters | Postings from September 2009

@INC for miniperl

Thread Next
From:
Nicholas Clark
Date:
September 15, 2009 07:03
Subject:
@INC for miniperl
Message ID:
20090915140342.GV60303@plum.flirble.org
I've just committed 87e06404, which makes the build* work even with "hostile"
sitecustomize.pl scripts, by compiling miniperl such that it won't load the
script.

However, I was wondering. Right now, @INC in miniperl is the same as for the
real perl binary. But miniperl should never be installed, and during the
build, really shouldn't be reading anything from the installed libraries.

So should we change it so that @INC for miniperl is just ('lib', '.') ?

Nicholas Clark

* But not running the tests yet. Not sure of the best way to do this.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About