diff options
author | ivan <ivan> | 2008-01-24 21:10:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-01-24 21:10:01 +0000 |
commit | d4bc3a0e4d7f838ee199997910c3b8263e970a95 (patch) | |
tree | 3fe01e9b6a46ba90e6afd00c521d2b050ae50696 /htetc/handler.pl | |
parent | 85ab12f0a3af468c0941ac255aa6074454ec76da (diff) |
used in rt autohandler. i wonder why this never bit before
Diffstat (limited to 'htetc/handler.pl')
-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 83e3a4616..1ec872c18 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -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 $@; } |