Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
Michael G. Schwern [Fri, 18 Jan 2002 03:10:27 +0000 (22:10 -0500)]
Message-ID: <20020118081027.GE7226@blackrider>

p4raw-id: //depot/perl@14328

lib/File/Find.pm

index 50c23da..ab7c189 100644 (file)
@@ -183,14 +183,16 @@ through a collection of variables.
 
 =over 4
 
-=item C<$File::Find::dir> is the current directory name, 
+=item C<$File::Find::dir> is the current directory name,
 
 =item C<$_> is the current filename within that directory
 
-=item C<$File::Find::name> is the complete pathname to the file. 
+=item C<$File::Find::name> is the complete pathname to the file.
 
 =back
 
+Don't modify these variables.
+
 For example, when examining the file /some/path/foo.ext you will have:
 
     $File::Find::dir  = /some/path/