Integrate with Sarathy.
Jarkko Hietaniemi [Sat, 11 Mar 2000 17:41:29 +0000 (17:41 +0000)]
p4raw-id: //depot/cfgperl@5656

installperl
perlapi.c [changed mode: 0644->0755]
perlapi.h [changed mode: 0644->0755]
t/op/filetest.t [changed mode: 0755->0644]
t/op/subst_amp.t [changed mode: 0755->0644]

index b2ddc84..cd3e0a3 100755 (executable)
@@ -377,6 +377,7 @@ if (! $versiononly) {
     safe_unlink("$installscript/pstruct$scr_ext");
     if ($^O eq 'dos' or $Is_VMS or $^O eq 'transit') {
         copy("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); 
+       chmod(0755, "$installscript/pstruct$scr_ext");
     } else {
         link("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext");
     }
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)