summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorjeff <jeff>2006-12-15 05:29:48 +0000
committerjeff <jeff>2006-12-15 05:29:48 +0000
commit02b9c53fb85b0a87d959e140dc30ae21cccb0902 (patch)
tree56d1edfd2ee7a2f92fe830b8e55a6db84d214b0f /htetc
parentba1f19e48ec2f2ac293b07a41042de59e744db1e (diff)
move use statements to handler.pl, do not show 1/1/70 for new birthdates, and improve error handling
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 cce39be..0da7a80 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;
use DateTime::Format::Strptime;
use Lingua::EN::Inflect qw(PL);
use Tie::IxHash;