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
@@ -3,6 +3,7 @@
# Basics: are there semantic errors which are easy to spot?
use strict;
use warnings;
use Test::More;
my $tests = 0;