summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-20 01:55:32 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-20 01:55:32 +0000
commit427bb5541b25752cd9e77b61b6bf7f2f91010788 (patch)
treeca0564306de7f66454a3efead587c88264e9c3f3 /source4/build
parent91b960e22b1e1d1d27ba40bf613d4b917344d28d (diff)
downloadsamba-427bb5541b25752cd9e77b61b6bf7f2f91010788.tar.gz
samba-427bb5541b25752cd9e77b61b6bf7f2f91010788.tar.bz2
samba-427bb5541b25752cd9e77b61b6bf7f2f91010788.zip
damn, "use strict;" in util.pm breaks pidl - but why?
(This used to be commit 8f54792392ccaa6c1464ed8ec90e44c0048b5ee2)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/eparser.pm1
-rw-r--r--source4/build/pidl/util.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm
index 02c4063102..13e9307c8d 100644
--- a/source4/build/pidl/eparser.pm
+++ b/source4/build/pidl/eparser.pm
@@ -6,6 +6,7 @@
package IdlEParser;
+use strict;
use Data::Dumper;
my($res);
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index 75397b20e7..192d56316a 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -4,7 +4,6 @@
# released under the GNU GPL
package util;
-use strict;
use Data::Dumper;
sub dumpit($)