Joshua Hoblitt via RT wrote:

-        copy("$_$LOAD_EXT", $dest) or die "Copy $_$LOAD_EXT failed ($?)\n";
+        File::Copy::syscopy("$_$LOAD_EXT", $dest) or die "Copy $_$LOAD_EXT failed 
($?)\n";

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.

I'll submit a patch this evening which just checks for HP-UX & cygwin.

Nick

Reply via email to