mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
bump warnings to errors
This commit is contained in:
parent
9d7e97fe4d
commit
612557e022
25 changed files with 25 additions and 25 deletions
|
|
@ -25,7 +25,7 @@
|
|||
package processhelp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
|
||||
BEGIN {
|
||||
use base qw(Exporter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue