From 1880a06110ce7701a1ac8d29bbcf59aab2d004d3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 1 Sep 2026 15:27:44 +0200 Subject: [PATCH] Enable warnings --- t/01_testssl_banner.t | 1 + t/05_ca_hashes_up_to_date.t | 1 + 2 files changed, 2 insertions(+) diff --git a/t/01_testssl_banner.t b/t/01_testssl_banner.t index 4566655..4184010 100755 --- a/t/01_testssl_banner.t +++ b/t/01_testssl_banner.t @@ -4,6 +4,7 @@ # --banner is equal to --version use strict; +use warnings; use Test::More; my $tests = 0; diff --git a/t/05_ca_hashes_up_to_date.t b/t/05_ca_hashes_up_to_date.t index 4e58b40..2bba6c9 100755 --- a/t/05_ca_hashes_up_to_date.t +++ b/t/05_ca_hashes_up_to_date.t @@ -1,6 +1,7 @@ #!/usr/bin/env perl use strict; +use warnings; use Test::More; printf "\n%s\n", "Make sure CA certificate stores are older than their SPKI hashes \"~/etc/ca_hashes.txt\" ...";