testcurl.pl: enable warnings

This commit is contained in:
Viktor Szakats 2025-07-14 19:41:55 +02:00
parent 30303935b0
commit 0c796e32e3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -61,6 +61,7 @@
#
use strict;
use warnings;
use Cwd;
use File::Spec;