diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-30 21:15:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-30 21:15:21 +0000 |
commit | 4a42f219aadc3f7cebfd44b4671f45b5349ccd50 (patch) | |
tree | 9e819c58b6211c9943d54be1f9a8b6179839abd6 /pod/perlrun.pod | |
parent | 5ac3b81ce71f0f0e0260caac18fb5e1f11f38bf1 (diff) | |
download | perl-4a42f219aadc3f7cebfd44b4671f45b5349ccd50.tar.gz |
Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
not siteperl
p4raw-id: //depot/perl@26233
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3eca0e9e42..06f90521e6 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -451,11 +451,10 @@ to use semicolons where you would in a normal program. =item B<-f> X<-f> -Disable executing F<$Config{siteperl}/sitecustomize.pl> at -startup. +Disable executing F<$Config{sitelib}/sitecustomize.pl> at startup. Perl can be built so that it by default will try to execute -F<$Config{siteperl}/sitecustomize.pl> at startup. This is a hook that +F<$Config{sitelib}/sitecustomize.pl> at startup. This is a hook that allows the sysadmin to customize how perl behaves. It can for instance be used to add entries to the @INC array to make perl find modules in non-standard locations. |