From: Stephen L Johnson Date: Tue, 7 Dec 1999 16:04:25 +0000 (+0000) Subject: Added missing 'use Time::Local;' statement for timelocal() function. X-Git-Tag: spong-2_6-beta8~6 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0032e274e784e72dc5542a9b05fa6d3d96c3495b;p=spong.git Added missing 'use Time::Local;' statement for timelocal() function. --- 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).