diff options
author | Tim Potter <tpot@samba.org> | 2004-09-18 06:09:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:47 -0500 |
commit | 2fe1144f34182b9e4f94a071857f06c246c5c78c (patch) | |
tree | 60e5eb604fab3dba6c98066065e83ba49ad9f767 /source4 | |
parent | 7b65585eedeb65c8c16a81e60802da01470b7b58 (diff) | |
download | samba-2fe1144f34182b9e4f94a071857f06c246c5c78c.tar.gz samba-2fe1144f34182b9e4f94a071857f06c246c5c78c.tar.bz2 samba-2fe1144f34182b9e4f94a071857f06c246c5c78c.zip |
r2398: Import Data::Dumper module safely so it doesn't hurt the build farm.
(This used to be commit f88996540cfecf830595425735d2f1d4ad623c3d)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/pidl/swig.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/swig.pm b/source4/build/pidl/swig.pm index ba7f04e3b9..0b48537d6f 100644 --- a/source4/build/pidl/swig.pm +++ b/source4/build/pidl/swig.pm @@ -6,7 +6,8 @@ package IdlSwig; use strict; -use Data::Dumper; + +eval("use Data::Dumper"); my(%interfaces, %functions, %structs, %unions); my($res, $name); |