From 4a42f219aadc3f7cebfd44b4671f45b5349ccd50 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 30 Nov 2005 21:15:21 +0000 Subject: Jan Dubois notices that sitecustomize.pl is to be found in sitelib, not siteperl p4raw-id: //depot/perl@26233 --- pod/perlrun.pod | 5 ++--- 1 file 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. -- cgit v1.2.1