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:
parent
91b960e22b
commit
427bb5541b
@ -6,6 +6,7 @@
|
||||
|
||||
package IdlEParser;
|
||||
|
||||
use strict;
|
||||
use Data::Dumper;
|
||||
|
||||
my($res);
|
||||
|
@ -4,7 +4,6 @@
|
||||
# released under the GNU GPL
|
||||
package util;
|
||||
|
||||
use strict;
|
||||
use Data::Dumper;
|
||||
|
||||
sub dumpit($)
|
||||
|
Loading…
Reference in New Issue
Block a user