This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Find: support Win32 symlinks
authorTony Cook <tony@develop-help.com>
Wed, 7 Oct 2020 01:07:31 +0000 (12:07 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 1 Dec 2020 04:29:33 +0000 (15:29 +1100)
commit0d00729c03a1f68e1b51e986d1ce9000b0e3d301
tree0aa45c7e0809a7f332e2ba355ac1732910edcb0f
parenta0ced391f0a77a8d66c8cba046a923721e0dd52b
File::Find: support Win32 symlinks

find.t, taint.t: check that symlink() works under the current
permissions/filesystem rather than assuming it will work

find.t: since symlinks are now available, an earlier test block
set $FileFileTests_OK, and the tests in this Win32 block don't use
either of the follow options, which is required for fast file tests.

taint.t: ensure we get "/" separated names to match File::Find's output
ext/File-Find/lib/File/Find.pm
ext/File-Find/t/find.t
ext/File-Find/t/lib/Testing.pm
ext/File-Find/t/taint.t