From: jms@mathras.comcast.net Date: Tue, 17 May 2005 10:40:08 +0000 (+0000) Subject: [perl #35847] File::Find not performing as documented X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc0bedcc9a054d550e68cd3ebd606b073b4151f7;p=p5sagit%2Fp5-mst-13.2.git [perl #35847] File::Find not performing as documented From: "jms@mathras.comcast.net (via RT)" Message-ID: p4raw-id: //depot/perl@26076 --- diff --git a/lib/File/Find.pm b/lib/File/Find.pm index b481fd8..e41c241 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -120,8 +120,11 @@ If either I or I is in effect: =item * -It is guaranteed that an I has been called before the user's -C function is called. This enables fast file checks involving S< _>. +Previous versions of File::Find were guaranteed to call an I +before the user's C function was called, but this is no +longer the case. Since this depends on C<$File::Find::dont_use_nlink>, $^O, +and other factors, fast file checks involving C<_> are not recommended +unless C calls I first. =item *