File: perl-warning-non-fatal

package info (click to toggle)
pari 2.17.2-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 24,500 kB
  • sloc: ansic: 281,060; sh: 861; perl: 419; yacc: 214; makefile: 163; f90: 88
file content (12 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Index: pari-2.13.1~pre1/src/desc/doc_make
===================================================================
--- pari-2.13.1~pre1.orig/src/desc/doc_make
+++ pari-2.13.1~pre1/src/desc/doc_make
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 BEGIN { @INC=(".",@INC); }
-use warnings FATAL => 'all';
+use warnings;
 use strict;
 use PARI::822;