diff options
author | ivan <ivan> | 2003-10-24 00:46:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-10-24 00:46:51 +0000 |
commit | a498b5a82eb472f82894c496b0fbce7be83cfcca (patch) | |
tree | aca2cf4c5741351d6c5e09440096e54a29dee8f3 /htetc/handler.pl | |
parent | ce6e030fa1df5757ad2f7689ab6816d68a591e4f (diff) |
need Time::Local for advertising source stats
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |