summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 834d4c8..09bada4 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -229,7 +229,8 @@ sub handler
use Text::Wrapper;
use Time::ParseDate;
use HTML::Scrubber;
- use Text::Quoted;
+ #use Text::Quoted; #slow, unreliable, segfaults and is optional
+ use Time::HiRes;
';
die $@ if $@;
}