summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-06 16:37:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-06 16:37:21 +0000
commite846cbe53fd65a133ee59961dd2b0d9ae211552a (patch)
treee092fd7dd5929d01067cbe9b70bb93a5151b3a28 /pod/perlrun.pod
parentb376053de54af4268a31e5a60d1f9e57db30af11 (diff)
downloadperl-e846cbe53fd65a133ee59961dd2b0d9ae211552a.tar.gz
Document that sitecustomize.pl in run from a BEGIN block
p4raw-id: //depot/perl@32875
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index f345a78b7c..5cbe8ff6d0 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<pattern>
X<-F>