From 25f8fac09149c9e18ed106ca5b0e4c5eacb42e88 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 26 Jun 2005 05:19:48 +0000 Subject: r7923: removed dependence on Data::Dumper please use util::MyDumper() rather than adding this back in (This used to be commit 155da538f91c28e845a60065f19b042bf8c167ff) --- source4/build/pidl/swig.pm | 4 ---- source4/build/pidl/validator.pm | 1 - 2 files changed, 5 deletions(-) diff --git a/source4/build/pidl/swig.pm b/source4/build/pidl/swig.pm index 651794349a..c4b6782903 100644 --- a/source4/build/pidl/swig.pm +++ b/source4/build/pidl/swig.pm @@ -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; diff --git a/source4/build/pidl/validator.pm b/source4/build/pidl/validator.pm index 07420eac83..fbf7993b20 100644 --- a/source4/build/pidl/validator.pm +++ b/source4/build/pidl/validator.pm @@ -4,7 +4,6 @@ # released under the GNU GPL package IdlValidator; -use Data::Dumper; use strict; -- cgit