On Tue Feb 20 09:39:44 2007, johndporter@yahoo.com wrote: > > Bug in File::Find on Windows when target dir is bare drive letter and > no_chdir = 1 > [...] > > perl -MFile::Find -e "$\=$/; find({ no_chdir => 1, wanted => sub { > print if -d } }, 'c:' );" > Patch attached. File::Find turned c: into c:/ (which is a completly different path). No tests for it added. (No idea how this can be tested automatically) Kind regards, BramThread Next