mksymbolsmanpage.pl: enable warnings, fix one

This commit is contained in:
Viktor Szakats 2025-07-11 15:13:14 +02:00
parent 78b0ee0d84
commit 35eaab5ced
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -22,6 +22,8 @@
# * SPDX-License-Identifier: curl
# *
# ***************************************************************************
use strict;
use warnings;
use POSIX qw(strftime);
my @ts;