From: Rafael Garcia-Suarez Date: Wed, 30 Nov 2005 21:15:21 +0000 (+0000) Subject: Jan Dubois notices that sitecustomize.pl is to be found in sitelib, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a42f219aadc3f7cebfd44b4671f45b5349ccd50;p=p5sagit%2Fp5-mst-13.2.git Jan Dubois notices that sitecustomize.pl is to be found in sitelib, not siteperl p4raw-id: //depot/perl@26233 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 3eca0e9..06f9052 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.