summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2006-12-15 00:56:12 +0000
committerivan <ivan>2006-12-15 00:56:12 +0000
commitba1f19e48ec2f2ac293b07a41042de59e744db1e (patch)
treefc2ede96ce8488d7b7e68fcbbc40c859f1d3a1b9 /htetc
parent1163d4d5044ca487ae9cf2176346e297979aa1e1 (diff)
add DateTime as a proper rather than hidden dependency
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 2d82673..cce39be 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -97,6 +97,7 @@ sub handler
use Date::Parse;
use Time::Local;
use Time::Duration;
+ use DateTime::Format::Strptime;
use Lingua::EN::Inflect qw(PL);
use Tie::IxHash;
use URI::Escape;