r7923: removed dependence on Data::Dumper
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Jun 2005 05:19:48 +0000 (05:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:50 +0000 (13:18 -0500)
please use util::MyDumper() rather than adding this back in
(This used to be commit 155da538f91c28e845a60065f19b042bf8c167ff)

source4/build/pidl/swig.pm
source4/build/pidl/validator.pm

index 651794349ae9f1b2d478ee7839050884c50df1a0..c4b67829031194f852a557195ce61c40c3dee4f9 100644 (file)
@@ -7,10 +7,6 @@ package IdlSwig;
 
 use strict;
 
-# Some build farm machines don't have the Data::Dumper module installed
-
-eval("use Data::Dumper");
-
 sub pidl($)
 {
        print OUT shift;
index 07420eac83da357701cfa9d75cea685ea7d97db3..fbf7993b208931b7cde3528137d3b2ad63815dfa 100644 (file)
@@ -4,7 +4,6 @@
 # released under the GNU GPL
 
 package IdlValidator;
-use Data::Dumper;
 
 use strict;