From ba1f19e48ec2f2ac293b07a41042de59e744db1e Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Dec 2006 00:56:12 +0000 Subject: add DateTime as a proper rather than hidden dependency --- htetc/handler.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'htetc') diff --git a/htetc/handler.pl b/htetc/handler.pl index 2d82673b6..cce39be1f 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; -- cgit v1.2.1