summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-10-24 00:46:51 +0000
committerivan <ivan>2003-10-24 00:46:51 +0000
commita498b5a82eb472f82894c496b0fbce7be83cfcca (patch)
treeaca2cf4c5741351d6c5e09440096e54a29dee8f3
parentce6e030fa1df5757ad2f7689ab6816d68a591e4f (diff)
need Time::Local for advertising source stats
-rw-r--r--htetc/global.asa1
-rw-r--r--htetc/handler.pl1
2 files changed, 2 insertions, 0 deletions
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;