Enable warnings

This commit is contained in:
Dirk
2026-09-01 15:27:44 +02:00
parent 7e1cd8a8c4
commit 1880a06110
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
# --banner is equal to --version
use strict;
use warnings;
use Test::More;
my $tests = 0;