From 0032e274e784e72dc5542a9b05fa6d3d96c3495b Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 7 Dec 1999 16:04:25 +0000 Subject: [PATCH] Added missing 'use Time::Local;' statement for timelocal() function. --- src/www-spong-ack.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/www-spong-ack.pl b/src/www-spong-ack.pl index 633cefd..655920e 100755 --- a/src/www-spong-ack.pl +++ b/src/www-spong-ack.pl @@ -15,6 +15,7 @@ use CGI; use Sys::Hostname; use Socket; use POSIX; +use Time::Local; # Load our configuration variables, including the user specified configuration # information (spong.conf, spong.hosts, and spong.groups files). -- 2.30.2