This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta entry for File::Find
authorFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 00:45:59 +0000 (17:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 00:45:59 +0000 (17:45 -0700)
pod/perldelta.pod

index 5bb3706..723947b 100644 (file)
@@ -143,6 +143,13 @@ XXX
 
 =item *
 
+C<File::Find> has been upgraded from version 1.17 to 1.18.
+
+It improves handling of backslashes on Windows, so that paths such as
+F<c:\dir\/file> are no longer generated.
+
+=item *
+
 C<NEXT> has been upgraded from version 0.64 to 0.65.
 
 =item *