[freeside-commits] freeside/htetc handler.pl,1.107,1.108

Ivan,,, ivan at wavetail.420.am
Sat May 31 10:54:06 PDT 2008


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail.420.am:/tmp/cvs-serv17323

Modified Files:
	handler.pl 
Log Message:
add an explicit use for RT's not-well-declared dependency on CSS::Squish 0.06

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- handler.pl	28 May 2008 10:45:41 -0000	1.107
+++ handler.pl	31 May 2008 17:54:04 -0000	1.108
@@ -243,6 +243,11 @@
           use Time::HiRes;
           use HTML::Scrubber;
 
+          #blah.  not even in RT::Interface::Web::Handler, just in 
+          #html/NoAuth/css/dhandler and rt-test-dependencies.  ask for it here
+          #to throw a real error instead of just a mysterious unstyled RT
+          use CSS::Squish 0.06;
+
           #slow, unreliable, segfaults and is optional
           #see rt/html/Ticket/Elements/ShowTransactionAttachments
           #use Text::Quoted;



More information about the freeside-commits mailing list