mirror of
https://github.com/curl/curl.git
synced 2026-07-27 06:47:16 +03:00
allversions.pm: enable warnings, fix one
This commit is contained in:
parent
6c688767d3
commit
6c27c77608
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@
|
|||
# populate the %pastversion hash table with the version number as key and
|
||||
# release date as value
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
our %pastversion;
|
||||
|
||||
sub allversions {
|
||||
my ($file) = @_;
|
||||
open(A, "<$file") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue