This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Find assumes $_ remains unchanged; bug
authorMichael De La Rue <mikedlr@it.com.pl>
Sat, 7 Sep 1996 19:37:44 +0000 (21:37 +0200)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Sat, 7 Sep 1996 19:37:44 +0000 (21:37 +0200)
commit47a735e8c1e6b0fa532abd5b711f042582ae8c0c
treee3da4a99ac7e3dde9cac0ed74782fc700e5dc324
parentf0542300a32fede4ac01061afeccc484e300112d
File::Find assumes $_ remains unchanged; bug

The File::Find perl module assumes that the $_ variable remains unchanged
through the user defined function which is callbacked from find.  It carries
out a stat operation

Simplest fix is merely to document this
lib/File/Find.pm