add an explicit use for RT's not-well-declared dependency on CSS::Squish 0.06
authorivan <ivan>
Sat, 31 May 2008 17:54:04 +0000 (17:54 +0000)
committerivan <ivan>
Sat, 31 May 2008 17:54:04 +0000 (17:54 +0000)
htetc/handler.pl

index 3d0f359..ecbce96 100644 (file)
@@ -243,6 +243,11 @@ sub handler
           use Time::HiRes;
           use HTML::Scrubber;
 
           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;
           #slow, unreliable, segfaults and is optional
           #see rt/html/Ticket/Elements/ShowTransactionAttachments
           #use Text::Quoted;