1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

damn, "use strict;" in util.pm breaks pidl - but why?

(This used to be commit 8f54792392)
This commit is contained in:
Andrew Tridgell 2003-11-20 01:55:32 +00:00
parent 91b960e22b
commit 427bb5541b
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
package IdlEParser;
use strict;
use Data::Dumper;
my($res);

View File

@ -4,7 +4,6 @@
# released under the GNU GPL
package util;
use strict;
use Data::Dumper;
sub dumpit($)