summaryrefslogtreecommitdiff
path: root/source4/build/pidl/client.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/client.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/client.pm')
-rw-r--r--source4/build/pidl/client.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/client.pm b/source4/build/pidl/client.pm
index 7eb3b397b3..63a8c7c405 100644
--- a/source4/build/pidl/client.pm
+++ b/source4/build/pidl/client.pm
@@ -5,6 +5,7 @@
package IdlClient;
+use strict;
use Data::Dumper;
my($res);