From a498b5a82eb472f82894c496b0fbce7be83cfcca Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 Oct 2003 00:46:51 +0000 Subject: need Time::Local for advertising source stats --- htetc/handler.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'htetc/handler.pl') diff --git a/htetc/handler.pl b/htetc/handler.pl index 9604e05f6..895bf2479 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -66,6 +66,7 @@ sub handler #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; + use Time::Local; use Tie::IxHash; use HTML::Entities; use IO::Handle; -- cgit v1.2.1