summaryrefslogtreecommitdiff
path: root/source4/build/pidl/parser.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-20 01:43:35 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-20 01:43:35 +0000
commit91b960e22b1e1d1d27ba40bf613d4b917344d28d (patch)
tree3cabc85db360527b59cfc4f4c80ad13485a68e34 /source4/build/pidl/parser.pm
parent8a8b2da9c9bb405d24f29684ebda4b9950f4e89f (diff)
downloadsamba-91b960e22b1e1d1d27ba40bf613d4b917344d28d.tar.gz
samba-91b960e22b1e1d1d27ba40bf613d4b917344d28d.tar.bz2
samba-91b960e22b1e1d1d27ba40bf613d4b917344d28d.zip
use strict perl package everywhere for error checking
(This used to be commit 3b7a4b70a321a1e8e378b8c5cc1e87a1c3399e91)
Diffstat (limited to 'source4/build/pidl/parser.pm')
-rw-r--r--source4/build/pidl/parser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm
index c859dd56c9..ba0649ba75 100644
--- a/source4/build/pidl/parser.pm
+++ b/source4/build/pidl/parser.pm
@@ -6,8 +6,8 @@
package IdlParser;
-use Data::Dumper;
use strict;
+use Data::Dumper;
my($res);