Merge branch 'debian' into hcoop_489
[hcoop/debian/exim4.git] / src / convert4r3.src
index 0ccaf6c..632eb70 100755 (executable)
@@ -1,4 +1,4 @@
-#! PERL_COMMAND -w
+#! 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
@@ -7,6 +7,8 @@
 
 # It is assumed that the input is a valid Exim configuration file.
 
+use warnings;
+BEGIN { pop @INC if $INC[-1] eq '.' };
 
 ##################################################
 #             Analyse one line                   #