Avoid using "-w" option in perl script shebang lines, being incompatible with "env...
[exim.git] / src / src / convert4r3.src
index b972f739f913db67e95d1cec7a21d7cda5dfd2f4..810b3374fc778ebfc9ee54a4fc2f6de071ad3287 100755 (executable)
@@ -1,5 +1,4 @@
-#! PERL_COMMAND -w
-# $Cambridge: exim/src/src/convert4r3.src,v 1.1 2004/10/07 10:39:01 ph10 Exp $
+#! PERL_COMMAND
 
 # This is a Perl script that reads an Exim run-time configuration file and
 # checks for settings that were valid prior to release 3.00 but which were
@@ -8,6 +7,7 @@
 
 # It is assumed that the input is a valid Exim configuration file.
 
+use warnings;
 
 ##################################################
 #             Analyse one line                   #