From 0c796e32e3a4fdb2f4daa3461a5867daf1f0c319 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 14 Jul 2025 19:41:55 +0200 Subject: [PATCH] testcurl.pl: enable warnings --- tests/testcurl.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 791e366257..d08074253d 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -61,6 +61,7 @@ # use strict; +use warnings; use Cwd; use File::Spec;