used in rt autohandler. i wonder why this never bit before
authorivan <ivan>
Thu, 24 Jan 2008 21:10:01 +0000 (21:10 +0000)
committerivan <ivan>
Thu, 24 Jan 2008 21:10:01 +0000 (21:10 +0000)
htetc/handler.pl

index 83e3a46..1ec872c 100644 (file)
@@ -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 $@;
       }