drmuey / p5-File-Copy-Recursive

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

Remove warning when copying a dir without write perm on the original. #25

Closed ehickeycp closed 5 years ago

ehickeycp commented 5 years ago

When dircopy() attempst to copy any directory that it doesn't have write permissions for it has to follow a few extra steps after firing off a warning. The warning sometimes causes confusion and the problem it describes ends up not being a problem, so the warning has been removed.

ehickeycp commented 5 years ago

This request is almost certainly malformed or missing critical pieces, but it's a first attempt. It only includes a single-line change to Recursive.pm and an update to the version in META.yaml.