mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r7923: removed dependence on Data::Dumper
please use util::MyDumper() rather than adding this back in
This commit is contained in:
parent
9ed763f7fa
commit
155da538f9
@ -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;
|
||||
|
@ -4,7 +4,6 @@
|
||||
# released under the GNU GPL
|
||||
|
||||
package IdlValidator;
|
||||
use Data::Dumper;
|
||||
|
||||
use strict;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user