Insure that installed C header files are world-readable
Perl 5 Porters [Mon, 24 Jun 1996 03:08:25 +0000 (03:08 +0000)]
installperl

index 3b4f5c2..bf8e692 100755 (executable)
@@ -177,6 +177,7 @@ else {
 mkpath("$installarchlib/CORE", 1, 0777);
 foreach $file (<*.h libperl*.*>) {
     cp_if_diff($file,"$installarchlib/CORE/$file");
+    &chmod(0444,"$installarchlib/CORE/$file");
 }
 # AIX needs perl.exp installed as well.
 cp_if_diff("perl.exp" ,"$installarchlib/CORE/perl.exp") if ($^O eq 'aix');