Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
Record the grim history.
p4raw-id: //depot/perl@10608
use strict;
use warnings;
use 5.6.0;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
require Exporter;
require Cwd;
=back
+=head1 HISTORY
+
+File::Find used to produce incorrect results if called recursively.
+During the development of perl 5.8 this bug was fixed.
+The first fixed version of File::Find was 1.01.
+
=cut
our @ISA = qw(Exporter);