mirror of
https://github.com/curl/curl.git
synced 2026-08-03 02:10:36 +03:00
bump warnings to errors
This commit is contained in:
parent
9d7e97fe4d
commit
612557e022
25 changed files with 25 additions and 25 deletions
|
|
@ -27,7 +27,7 @@
|
|||
# Also creates the ssh configuration files needed for these tests.
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings 'FATAL' => 'all';
|
||||
use Cwd;
|
||||
use Cwd 'abs_path';
|
||||
use Digest::MD5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue