used in rt autohandler. i wonder why this never bit before
[freeside.git] / htetc / handler.pl
index 834d4c8..09bada4 100644 (file)
@@ -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 $@;
       }