mirror of
https://github.com/curl/curl.git
synced 2026-08-20 12:13:51 +03:00
tests: stop promoting perl warnings to fatal errors
While this is useful on CI to highlight issues in the scripts, it's a recipe for pain when enabled on users' builds. Suggested-by: Leon Timmermans Ref: #16128
This commit is contained in:
parent
671e83f0b1
commit
9712db21d1
1 changed files with 1 additions and 2 deletions
|
|
@ -57,8 +57,7 @@
|
|||
# given, this won't be a problem.
|
||||
|
||||
use strict;
|
||||
# Promote all warnings to fatal
|
||||
use warnings FATAL => 'all';
|
||||
use warnings;
|
||||
use 5.006;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue