mirror of
https://github.com/curl/curl.git
synced 2026-06-09 01:04:16 +03:00
test*: make all Perl warnings fatal
This commit is contained in:
parent
13afb1bf10
commit
364c5442c5
17 changed files with 19 additions and 16 deletions
|
|
@ -30,6 +30,9 @@
|
|||
#
|
||||
# In the git clone root, invoke 'scripts/delta [release tag]'
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
$start = $ARGV[0];
|
||||
|
||||
if($start eq "-h") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue