depend on IPC::Run::SafeHandles rather than barfing an error on ticket links graph
authorivan <ivan>
Wed, 30 Jun 2010 06:47:24 +0000 (06:47 +0000)
committerivan <ivan>
Wed, 30 Jun 2010 06:47:24 +0000 (06:47 +0000)
FS/FS/Mason.pm

index 84c9f7f..5c7a167 100644 (file)
@@ -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;