summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2008-01-24 21:10:00 +0000
committerivan <ivan>2008-01-24 21:10:00 +0000
commit2944d0c54b87b84a0d0e2e2691de413e31991d06 (patch)
tree79e165d6bf3ceb462fffaee8b78c30891d788072 /htetc/handler.pl
parentc0fdb0884f3e5fb72e83e0b65d52b5a593bd670a (diff)
used in rt autohandler. i wonder why this never bit before
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 834d4c8..09bada4 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 $@;
}