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") ||