test1488.pl: enable strict, fix warning

This commit is contained in:
Viktor Szakats 2025-07-09 22:15:05 +02:00
parent 8323768234
commit 31e8d11aee
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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) = @_;