mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:03:37 +03:00
test1488.pl: enable strict, fix warning
This commit is contained in:
parent
8323768234
commit
31e8d11aee
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
# a late evening in the #curl IRC channel.
|
# a late evening in the #curl IRC channel.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use vars qw($Cpreprocessor);
|
use vars qw($Cpreprocessor);
|
||||||
use allversions;
|
use allversions;
|
||||||
|
|
@ -59,6 +60,7 @@ my $versions = $ARGV[2];
|
||||||
my @syms;
|
my @syms;
|
||||||
my %manpage;
|
my %manpage;
|
||||||
my %symadded;
|
my %symadded;
|
||||||
|
my %pastversion;
|
||||||
|
|
||||||
sub checkmanpage {
|
sub checkmanpage {
|
||||||
my ($m) = @_;
|
my ($m) = @_;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue