From 2944d0c54b87b84a0d0e2e2691de413e31991d06 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 24 Jan 2008 21:10:00 +0000 Subject: [PATCH] used in rt autohandler. i wonder why this never bit before --- htetc/handler.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 $@; } -- 2.11.0