Sanitize File::Find results using canonpath()
commit6e567ac512d54731b1000140b314cc950ea0ba0c
authorYann Dirson <ydirson@altern.org>
Tue, 7 Feb 2006 23:00:33 +0000 (7 23:00 +0000)
committerYann Dirson <ydirson@altern.org>
Tue, 7 Feb 2006 23:00:33 +0000 (7 23:00 +0000)
treee1f34276b76c62fafbabd489c4f858cb1f725de2
parent9169d832ab472dac81d19b6423b10b9583c153f4
Sanitize File::Find results using canonpath()
This appears to be required on Windows with ActivePerl 5.8.7, because the
directory separator returned is a unix-like /, whereas \'s are used everywhere
else.  Looks like a bug there, so let's call this a workaround :)
NEWS
graph-includes