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 834d4c8f3..09bada4fc 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 $@; } |