Add "use warnings"

This commit is contained in:
Dirk
2026-09-01 15:18:46 +02:00
parent 71322d89cb
commit 8ab28557a1
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
# We don't use a full run, only the HTTP header section.
use strict;
use warnings;
use Test::More;
my $tests = 0;