diff options
| author | ivan <ivan> | 2008-05-31 17:54:04 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-05-31 17:54:04 +0000 | 
| commit | 34992d5d95c61b458b1ecfa24390ea671677cec8 (patch) | |
| tree | 3e1412ead584763ffa84924504e30ed88a3e6349 | |
| parent | fe16cec1c82f4e1f1c2586c8259cd607fcb14d79 (diff) | |
add an explicit use for RT's not-well-declared dependency on CSS::Squish 0.06
| -rw-r--r-- | htetc/handler.pl | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 3d0f359d8..ecbce967f 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -243,6 +243,11 @@ sub handler            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;  | 
