drmuey / p5-File-Copy-Recursive

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

$File::Copy::Recursive::CopyLink #36

Open jddurand opened 2 years ago

jddurand commented 2 years ago

Testing if symlink is supported by perl does not mean it is supported in the current session, at least on MSWin32. C.f. https://github.com/briandfoy/test-file/issues/36 for a similar discussion. Once Test::File would be fixed, I guess it could be used if it export its method to check for symlink availability.

briandfoy commented 1 year ago

If other modules are going to need this, it should probably live in a module on its own. Test::File could use that instead of it living in Test::File.