Avoid using "-w" option in perl script shebang lines, being incompatible with "env...
[exim.git] / src / src / eximstats.src
index 7f220a20102b80028f4141720ed4d6d3e13b1479..7e74db8852f201001422daf7558a6bbefb9d8f04 100644 (file)
@@ -1,4 +1,4 @@
-#!PERL_COMMAND -w
+#!PERL_COMMAND
 
 # Copyright (c) 2001-2016 University of Cambridge.
 # See the file NOTICE for conditions of use and distribution.
@@ -547,6 +547,7 @@ Merging of xls files is not (yet) possible. Be free to implement :)
 
 =cut
 
+use warnings;
 use integer;
 use strict;
 use IO::File;