This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the File::Find version in perldelta
authorFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 15:52:01 +0000 (16:52 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Thu, 24 Mar 2011 16:15:19 +0000 (17:15 +0100)
pod/perldelta.pod

index c27f81c..fc0dd2c 100644 (file)
@@ -1462,7 +1462,7 @@ Dragonfly BSD for the C<http> and C<ftp> schemes.
 
 =item *
 
-C<File::Find> has been upgraded from version 1.15 to 1.18.
+C<File::Find> has been upgraded from version 1.15 to 1.19.
 
 It improves handling of backslashes on Windows, so that paths like
 F<c:\dir\/file> are no longer generated [perl #71710].