diff options
author | ivan <ivan> | 2008-01-24 21:10:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-24 21:10:00 +0000 |
commit | 2944d0c54b87b84a0d0e2e2691de413e31991d06 (patch) | |
tree | 79e165d6bf3ceb462fffaee8b78c30891d788072 /htetc | |
parent | c0fdb0884f3e5fb72e83e0b65d52b5a593bd670a (diff) |
used in rt autohandler. i wonder why this never bit before
Diffstat (limited to 'htetc')
-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 $@; } |