Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e34d53eb2e638da5347f09510bc55925 > files > 1

perl-PDL-2.81.0-2.mga9.src.rpm

diff -uNr PDL-2.012/Doc/mkhtmldoc.pl PDL-2.012p/Doc/mkhtmldoc.pl
--- PDL-2.012/Doc/mkhtmldoc.pl	2015-05-25 00:13:59.000000000 +0300
+++ PDL-2.012p/Doc/mkhtmldoc.pl	2015-06-24 15:35:14.853069744 +0300
@@ -228,6 +228,7 @@
 
     my $verbopts = $verbose ? "--verbose" : "--quiet";
 
+    chmod 0644, $outfile;
     my @pod2html_args = (
       "--podpath=.",
       "--podroot=$topPerlDir",
@@ -235,6 +236,7 @@
       "--recurse",
       "--infile=$file",
       "--outfile=$outfile",
+      "--cachedir=/tmp",
       $verbopts,
     );
     if($] <= 5.015) {