[freeside-commits] freeside/htetc handler.pl,1.98,1.99

Ivan,,, ivan at wavetail.420.am
Thu Jan 24 13:10:02 PST 2008


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv17782

Modified Files:
	handler.pl 
Log Message:
used in rt autohandler.  i wonder why this never bit before

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- handler.pl	13 Jan 2008 00:35:05 -0000	1.98
+++ handler.pl	24 Jan 2008 21:10:00 -0000	1.99
@@ -229,7 +229,8 @@
           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 $@;
       }



More information about the freeside-commits mailing list