[freeside-commits] freeside/htetc handler.pl,1.100,1.101
Ivan,,,
ivan at wavetail.420.am
Sat Mar 1 18:50:06 PST 2008
Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv17870
Modified Files:
handler.pl
Log Message:
better indication of why these things are the way they are
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- handler.pl 20 Feb 2008 01:19:45 -0000 1.100
+++ handler.pl 2 Mar 2008 02:50:04 -0000 1.101
@@ -225,13 +225,22 @@
use RT::CustomFieldValues;
use RT::ObjectCustomFieldValues;
+ #blah. manually updated from RT::Interface::Web::Handler
use RT::Interface::Web;
use MIME::Entity;
use Text::Wrapper;
use Time::ParseDate;
- use HTML::Scrubber;
- #use Text::Quoted; #slow, unreliable, segfaults and is optional
use Time::HiRes;
+ use HTML::Scrubber;
+
+ #slow, unreliable, segfaults and is optional
+ #see rt/html/Ticket/Elements/ShowTransactionAttachments
+ #use Text::Quoted;
+
+ #?#use File::Path qw( rmtree );
+ #?#use File::Glob qw( bsd_glob );
+ #?#use File::Spec::Unix;
+
';
die $@ if $@;
}
More information about the freeside-commits
mailing list