diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:43:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:43:35 +0000 |
commit | 91b960e22b1e1d1d27ba40bf613d4b917344d28d (patch) | |
tree | 3cabc85db360527b59cfc4f4c80ad13485a68e34 /source4/build/pidl/util.pm | |
parent | 8a8b2da9c9bb405d24f29684ebda4b9950f4e89f (diff) | |
download | samba-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/util.pm')
-rw-r--r-- | source4/build/pidl/util.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index 192d56316a..75397b20e7 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -4,6 +4,7 @@ # released under the GNU GPL package util; +use strict; use Data::Dumper; sub dumpit($) |