Subject: | Does not install on Windows |
As you can see by the CPAN testers results, this module doesn't test correctly on Windows:
# Looks like your test exited with 255 before it could output anything.
t/exclude_files.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
insecure cwd in find(depth) at C:/Strawberry280RC1/perl/lib/File/Find.pm line 278.
t/exclude_perltidy.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/is_file_tidy.t ...... ok
insecure cwd in find(depth) at C:/Strawberry280RC1/perl/lib/File/Find.pm line 278.
# Looks like your test exited with 255 before it could output anything.
t/list_files.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
insecure cwd in find(depth) at C:/Strawberry280RC1/perl/lib/File/Find.pm line 278.
t/perltidy.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
I had a similar problem with Test-Version, and I solved it by providing FIle::Find with an untaint pattern which understands the unique nature of Windows unusual file system:
https://metacpan.org/source/PLICEASE/Test-Version-2.09/lib/Test/Version.pm#L91