Integrate podlators-1.25
[p5sagit/p5-mst-13.2.git] / lib / File / Find.pm
index 50c23da..72fd195 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/
@@ -1186,7 +1188,8 @@ $File::Find::current_dir = File::Spec->curdir || '.';
 
 $File::Find::dont_use_nlink = 1
     if $^O eq 'os2' || $^O eq 'dos' || $^O eq 'amigaos' || $^O eq 'MSWin32' ||
-       $^O eq 'cygwin' || $^O eq 'epoc';
+       $^O eq 'cygwin' || $^O eq 'epoc' || $^O eq 'qnx' ||
+          $^O eq 'nto';
 
 # Set dont_use_nlink in your hint file if your system's stat doesn't
 # report the number of links in a directory as an indication