diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-15 08:58:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-15 08:58:00 +0000 |
commit | a90db73efd985283a3402c69fae94d10813b22d8 (patch) | |
tree | ab39b40eafe1133aeb1e7c0c3e1011718a6b0b20 /source4/build/pidl/dump.pm | |
parent | 328957981251e6f98f89f1f1a3895a44253f8da9 (diff) | |
download | samba-a90db73efd985283a3402c69fae94d10813b22d8.tar.gz samba-a90db73efd985283a3402c69fae94d10813b22d8.tar.bz2 samba-a90db73efd985283a3402c69fae94d10813b22d8.zip |
make pidl no longer dependent on Data::Dumper, which isn't installed
on some systems
(This used to be commit a4aa9168c0f80cf6e758c380d41335db50d06869)
Diffstat (limited to 'source4/build/pidl/dump.pm')
-rw-r--r-- | source4/build/pidl/dump.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/pidl/dump.pm b/source4/build/pidl/dump.pm index c088a95a77..ec2002ef10 100644 --- a/source4/build/pidl/dump.pm +++ b/source4/build/pidl/dump.pm @@ -6,7 +6,6 @@ package dump; use strict; -use Data::Dumper; my($res); |