Date: Saturday, July 4, 2015 @ 11:09:36 Author: arojas Revision: 136379
Fix doc build with Perl 5.22 Added: pari-sage/trunk/no_warnings_fatal.patch -------------------------+ no_warnings_fatal.patch | 8 ++++++++ 1 file changed, 8 insertions(+) Added: no_warnings_fatal.patch =================================================================== --- no_warnings_fatal.patch (rev 0) +++ no_warnings_fatal.patch 2015-07-04 09:09:36 UTC (rev 136379) @@ -0,0 +1,8 @@ +--- src/desc/doc_make.orig 2015-07-04 11:03:38.247781017 +0200 ++++ src/desc/doc_make 2015-07-04 11:03:53.224517403 +0200 +@@ -1,5 +1,4 @@ + #!/usr/bin/perl +-use warnings FATAL => 'all'; + use strict; + use PARI::822; +
