summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 83e3a4616..1ec872c18 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -222,7 +222,8 @@ sub handler
use CGI::Cookie;
use Time::ParseDate;
use HTML::Scrubber;
- use Text::Quoted;
+ #use Text::Quoted; #slow, unreliable, segfaults and is optional
+ use Time::HiRes;
';
die $@ if $@;
}