Joshua Hoblitt via RT wrote:
Certainly on cygwin File::Copy::syscopy also seems to lose execute permissions, despite what the manual page might imply. I recall trying it before going down the chmod route.- copy("$_$LOAD_EXT", $dest) or die "Copy $_$LOAD_EXT failed ($?)\n"; + File::Copy::syscopy("$_$LOAD_EXT", $dest) or die "Copy $_$LOAD_EXT failed ($?)\n";
I'll submit a patch this evening which just checks for HP-UX & cygwin. Nick