More nits in the PERL5LIB docs, suggested by Andreas.
Rafael Garcia-Suarez [Tue, 20 Mar 2007 11:39:16 +0000 (11:39 +0000)]
p4raw-id: //depot/perl@30648

pod/perlrun.pod

index 961f984..7ab7912 100644 (file)
@@ -1023,7 +1023,8 @@ X<PERL5LIB>
 A list of directories in which to look for Perl library
 files before looking in the standard library and the current
 directory.  Any architecture-specific directories under the specified
-locations are automatically included if they exist.
+locations are automatically included if they exist (this lookup
+being done at interpreter startup time.)
 
 If PERL5LIB is not defined, PERLLIB is used.  Directories are separated
 (like in PATH) by a colon on unixish platforms and by a semicolon on