pidl: use perl warnings
[amitay/samba.git] / pidl / pidl
index 06b0f78a4851593fe4ffc1ed5f7a204e9e509472..3f48ef8e0f4a4025e258059f9f564a910b7dcf81 100755 (executable)
--- a/pidl/pidl
+++ b/pidl/pidl
@@ -402,6 +402,7 @@ pidl README by Andrew Tridgell.
 
 
 use strict;
+use warnings;
 use FindBin qw($RealBin $Script);
 use lib "$RealBin/lib";
 use Getopt::Long;