mirror of
https://github.com/curl/curl.git
synced 2026-06-07 20:14:16 +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.
|
||||
#
|
||||
|
||||
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) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue