On Tue Dec 29 07:17:28 2009, alex.davies@talktalk.net wrote: > > Please find attached patches for File::Find and its test file. > > > > The 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. Thank you. I have applied these as a0b245d5e289be3bb051fa91ac65fec84cf27e6d. I took the liberty of changing capturing parentheses to (?:...) to avoid triggering the pre-match copy unnecessarily.Thread Next