From a498b5a82eb472f82894c496b0fbce7be83cfcca Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 Oct 2003 00:46:51 +0000 Subject: [PATCH] need Time::Local for advertising source stats --- htetc/global.asa | 1 + htetc/handler.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/htetc/global.asa b/htetc/global.asa index d8365b568..861a27c4b 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -4,6 +4,7 @@ use CGI 2.47; #use CGI::Carp qw(fatalsToBrowser); use Date::Format; use Date::Parse; +use Time::Local; use Tie::IxHash; use HTML::Entities; use IO::Handle; 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; -- 2.11.0