drmuey / p5-File-Copy-Recursive

Perl extension for recursively copying files and directories
5 stars 12 forks source link

Added test support for symlinks in MSYS2. #32

Open hakonhagland opened 4 years ago

hakonhagland commented 4 years ago

Fixes #31. For newer versions of Windows 10 in developer mode symlinks can be enabled in MSYS2 by setting the environment variable MSYS to winsymlinks:nativestrict, see this blog post. Still, it does not support creating broken symlinks as is done _get_fresh_tmp_dir() in t/01.legacy.t, which is the reason for the failed tests in #31.