This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #71710] fixes for File::Find
authorAlex Davies <alex.davies@talktalk.net>
Fri, 24 Sep 2010 00:23:49 +0000 (17:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Sep 2010 00:23:49 +0000 (17:23 -0700)
commita0b245d5e289be3bb051fa91ac65fec84cf27e6d
tree014f4adedcccd8cad44a9598e0dcb6fc312f9592
parent1393fe000d6be26b7927c85788f02d6ea124d991
[perl #71710] fixes for File::Find

Please find attached patches for File::Find and its test file.

These changes ensure that paths passed to File::Find::find() on Win32
which have a trailing *back*slash are neatly handled. That is, the
change ensures paths such as c:\dir\/file are no longer generated.
lib/File/Find.pm
lib/File/Find/t/find.t