From: Rafael Garcia-Suarez Date: Sun, 6 Jan 2008 16:37:21 +0000 (+0000) Subject: Document that sitecustomize.pl in run from a BEGIN block X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e846cbe53fd65a133ee59961dd2b0d9ae211552a;p=p5sagit%2Fp5-mst-13.2.git Document that sitecustomize.pl in run from a BEGIN block p4raw-id: //depot/perl@32875 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index f345a78..5cbe8ff 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -455,10 +455,10 @@ X<-f> Disable executing F<$Config{sitelib}/sitecustomize.pl> at startup. Perl can be built so that it by default will try to execute -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. +F<$Config{sitelib}/sitecustomize.pl> at startup (in a BEGIN block). +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. =item B<-F>I X<-F>