diff options
author | Gisle Aas <gisle@aas.no> | 2005-03-17 20:06:40 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-18 14:02:36 +0000 |
commit | 20ef40cf6a00eee95a449854794854a93e411e3b (patch) | |
tree | e1a0b493463696f7f5cf6345c51fbe7fb7064af8 /INSTALL | |
parent | 7fc634935189abec1d574a9733c7093e5c9f2781 (diff) | |
download | perl-20ef40cf6a00eee95a449854794854a93e411e3b.tar.gz |
Re: sitecustomize.pl [PATCH]
Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
Adds a new command-line switch, -f, and a new optional
compile-time setting -DUSE_SITECUSTOMIZE
p4raw-id: //depot/perl@24043
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -845,6 +845,16 @@ present, at run time. Of course, you can still search other @INC directories ahead of those in APPLLIB_EXP by using any of the standard run-time methods: $PERLLIB, $PERL5LIB, -I, use lib, etc. +=item USE_SITECUSTOMIZE + +Run-time customization of @INC can be enabled with: + + sh Configure -Accflags=-DUSE_SITECUSTOMIZE + +When enabled, make perl run F<$sitelibexp/sitecustomize.pl> before +anything else. This script can then be set up to add additional +entries to @INC. + =item Man Pages In versions 5.005_57 and earlier, the default was to store module man |