damn, "use strict;" in util.pm breaks pidl - but why?
authorAndrew Tridgell <tridge@samba.org>
Thu, 20 Nov 2003 01:55:32 +0000 (01:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 20 Nov 2003 01:55:32 +0000 (01:55 +0000)
source/build/pidl/eparser.pm
source/build/pidl/util.pm

index 02c4063102c27b4425910baff15d554fc080d7c0..13e9307c8d6c1c663ca3a0785ca6f9bc14d0b075 100644 (file)
@@ -6,6 +6,7 @@
 
 package IdlEParser;
 
+use strict;
 use Data::Dumper;
 
 my($res);
index 75397b20e7c0ea1999ad9b792b83f0610383d714..192d56316a8343bd1ca71545f77524bbad30dafe 100644 (file)
@@ -4,7 +4,6 @@
 # released under the GNU GPL
 package util;
 
-use strict;
 use Data::Dumper;
 
 sub dumpit($)