diff options
-rw-r--r-- | htetc/handler.pl | 3 |
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 $@; } |