This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Set *.pod permissions in installperl.
[perl5.git] / installperl
index 10a3781..8b22d72 100755 (executable)
@@ -558,6 +558,7 @@ if (!$nopods && (!$versiononly || ($installprivlib =~ m/\Q$vershort/))) {
        # $_ is a name like  pod/perl.pod
        (my $base = $_) =~ s#.*/##;
        copy_if_diff($_, "${installprivlib}/$pod/${base}");
+       chmod(0644, "${installprivlib}/$pod/${base}");
     }
 
 }