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
@@ -9,6 +9,7 @@
#
use strict;
use warnings;
use Test::More;
use Data::Dumper;
use Text::Diff;