Subject: | "Build clean" fails on Windows |
I get lots of random failures when running "Build clean" on Windows that look like:
Couldn't remove 'dir':
That's because 'delete_filetree' in Module::Build::Base checks whether the file or directory still
exists after deletion. But on Windows, deleted files are still visible in the file system as long as
another process (for example a virus scanner) has an open handle on that file. So can you please
disable this check on Windows platforms?