From 6c27c77608024a875342c2509887a46e9d60e93a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Jul 2025 14:43:00 +0200 Subject: [PATCH] allversions.pm: enable warnings, fix one --- tests/allversions.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/allversions.pm b/tests/allversions.pm index 3ed03e27a2..7673a5fcca 100644 --- a/tests/allversions.pm +++ b/tests/allversions.pm @@ -25,6 +25,11 @@ # populate the %pastversion hash table with the version number as key and # release date as value +use strict; +use warnings; + +our %pastversion; + sub allversions { my ($file) = @_; open(A, "<$file") ||