]> git.etc.gen.nz Git - spong.git/commitdiff
Added missing 'use Time::Local;' statement for timelocal() function.
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Dec 1999 16:04:25 +0000 (16:04 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 7 Dec 1999 16:04:25 +0000 (16:04 +0000)
src/www-spong-ack.pl

index 633cefdf03b74656c9f87533f8b9d64b151cf773..655920e4c12d938b413b9381c6ca97ac83998196 100755 (executable)
@@ -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).