[freeside-commits] freeside/FS/FS Mason.pm,1.40,1.41

Ivan,,, ivan at wavetail.420.am
Tue Jun 29 23:47:26 PDT 2010


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

Modified Files:
	Mason.pm 
Log Message:
depend on IPC::Run::SafeHandles rather than barfing an error on ticket links graph

Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -w -d -r1.40 -r1.41
--- Mason.pm	8 Jun 2010 22:24:59 -0000	1.40
+++ Mason.pm	30 Jun 2010 06:47:24 -0000	1.41
@@ -73,6 +73,8 @@
   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 @@
 
       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;



More information about the freeside-commits mailing list