From 31e8d11aeeda577d0692ce9928d3fbd1afc98a4e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 9 Jul 2025 22:15:05 +0200 Subject: [PATCH] test1488.pl: enable strict, fix warning --- tests/test1488.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test1488.pl b/tests/test1488.pl index a8f998845e..ef0722e663 100755 --- a/tests/test1488.pl +++ b/tests/test1488.pl @@ -27,6 +27,7 @@ # a late evening in the #curl IRC channel. # +use strict; use warnings; use vars qw($Cpreprocessor); use allversions; @@ -59,6 +60,7 @@ my $versions = $ARGV[2]; my @syms; my %manpage; my %symadded; +my %pastversion; sub checkmanpage { my ($m) = @_;