summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/output.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-18 02:04:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:58 -0500
commitb3416c6de44553f408cede77da720f8ebc85d0d6 (patch)
treee8574cc26b8d9a9f4e90782add31ce9b85232ca2 /source4/build/smb_build/output.pm
parent196a5ec240c0386aff4f4442c9c44ac7cdd0a494 (diff)
downloadsamba-b3416c6de44553f408cede77da720f8ebc85d0d6.tar.gz
samba-b3416c6de44553f408cede77da720f8ebc85d0d6.tar.bz2
samba-b3416c6de44553f408cede77da720f8ebc85d0d6.zip
r4812: removed dependence on Data::Dumper
if you need Dumper for debugging (and it is damn useful!) then please use the require trick in MyDumper() from pidl so we don't end up depending on it. Too many systems don't have it. (This used to be commit b9f32d2812bde0a4389971487006f9c553b5e3c1)
Diffstat (limited to 'source4/build/smb_build/output.pm')
-rw-r--r--source4/build/smb_build/output.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/smb_build/output.pm b/source4/build/smb_build/output.pm
index 0612110616..d2ee5a9165 100644
--- a/source4/build/smb_build/output.pm
+++ b/source4/build/smb_build/output.pm
@@ -8,7 +8,6 @@
###########################################################
package output;
-use Data::Dumper;
use strict;
sub generate_objlist($)