svn commit: samba r7923 - in branches/SAMBA_4_0/source/build/pidl: .

tridge at samba.org tridge at samba.org
Sun Jun 26 05:19:49 GMT 2005


Author: tridge
Date: 2005-06-26 05:19:48 +0000 (Sun, 26 Jun 2005)
New Revision: 7923

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7923

Log:
removed dependence on Data::Dumper

please use util::MyDumper() rather than adding this back in








Modified:
   branches/SAMBA_4_0/source/build/pidl/swig.pm
   branches/SAMBA_4_0/source/build/pidl/validator.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/swig.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/swig.pm	2005-06-26 05:18:50 UTC (rev 7922)
+++ branches/SAMBA_4_0/source/build/pidl/swig.pm	2005-06-26 05:19:48 UTC (rev 7923)
@@ -7,10 +7,6 @@
 
 use strict;
 
-# Some build farm machines don't have the Data::Dumper module installed
-
-eval("use Data::Dumper");
-
 sub pidl($)
 {
 	print OUT shift;

Modified: branches/SAMBA_4_0/source/build/pidl/validator.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/validator.pm	2005-06-26 05:18:50 UTC (rev 7922)
+++ branches/SAMBA_4_0/source/build/pidl/validator.pm	2005-06-26 05:19:48 UTC (rev 7923)
@@ -4,7 +4,6 @@
 # released under the GNU GPL
 
 package IdlValidator;
-use Data::Dumper;
 
 use strict;
 



More information about the samba-cvs mailing list