X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..14de8063d82edc5bf003ed50abdea55ac542679b:/src/src/convert4r3.src diff --git a/src/src/convert4r3.src b/src/src/convert4r3.src index 0ccaf6cee..632eb70d7 100755 --- a/src/src/convert4r3.src +++ b/src/src/convert4r3.src @@ -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 #