test1488.pl test971.pl fixup

This commit is contained in:
Viktor Szakats 2025-07-09 23:46:28 +02:00
parent 5b53ab2b0b
commit 6c0baa5bf3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,8 @@ my $versions = $ARGV[2];
my @syms;
my %manpage;
my %symadded;
my %pastversion;
our %pastversion;
sub checkmanpage {
my ($m) = @_;

View file

@ -100,7 +100,7 @@ sub versioncheck {
close($fh);
}
my %pastversion;
our %pastversion;
# get all the past versions
allversions($versions);