diff options
| author | ivan <ivan> | 2010-06-30 06:47:24 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2010-06-30 06:47:24 +0000 | 
| commit | 75620ea5602c4735869c71aef24cba723e44ac16 (patch) | |
| tree | d7256703755079de2680d25637314223a35bdc02 | |
| parent | a4dc6eea04eb566cfa21d424fe1bd62661134fdf (diff) | |
depend on IPC::Run::SafeHandles rather than barfing an error on ticket links graph
| -rw-r--r-- | FS/FS/Mason.pm | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 84c9f7fa9..5c7a16745 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -73,6 +73,8 @@ if ( -e $addl_handler_use_file ) {    use HTML::FormatText;    use HTML::Defang;    use JSON; +#  use XMLRPC::Transport::HTTP; +#  use XMLRPC::Lite; # for XMLRPC::Serializer    use MIME::Base64;    use IO::Handle;    use IO::File; @@ -284,6 +286,9 @@ if ( -e $addl_handler_use_file ) {        use RT::Interface::Web::Request; +      #nother undeclared web UI dep (for ticket links graph) +      use IPC::Run::SafeHandles; +        #slow, unreliable, segfaults and is optional        #see rt/html/Ticket/Elements/ShowTransactionAttachments        #use Text::Quoted; | 
