Rework the error messages from the swashget code.
[p5sagit/p5-mst-13.2.git] / pod / perlrun.pod
index 3eca0e9..06f9052 100644 (file)
@@ -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.