From 9ba943e38e6b85f2ac5ab1f08a39504f4ea7b04e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 9 Jul 2025 21:40:50 +0200 Subject: [PATCH] enable strict where missing --- tests/http2-server.pl | 1 + tests/http3-server.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/http2-server.pl b/tests/http2-server.pl index 558a3ad077..a537905dfb 100755 --- a/tests/http2-server.pl +++ b/tests/http2-server.pl @@ -30,6 +30,7 @@ use Cwd 'abs_path'; use File::Basename; use File::Spec; +use strict; use warnings 'FATAL' => 'all'; my $logdir = "log"; diff --git a/tests/http3-server.pl b/tests/http3-server.pl index 0c4cd77cee..066680fc06 100755 --- a/tests/http3-server.pl +++ b/tests/http3-server.pl @@ -31,6 +31,7 @@ use Cwd 'abs_path'; use File::Basename; use File::Spec; +use strict; use warnings 'FATAL' => 'all'; my $logdir = "log";