X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4c04137d73637107669e02b21f890387aaa2ef34..4d3d955f2791199b35704c3e9784dc99fd229696:/src/src/eximstats.src diff --git a/src/src/eximstats.src b/src/src/eximstats.src index 7f220a201..a2113f106 100644 --- a/src/src/eximstats.src +++ b/src/src/eximstats.src @@ -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,7 +547,9 @@ Merging of xls files is not (yet) possible. Be free to implement :) =cut +use warnings; use integer; +BEGIN { pop @INC if $INC[-1] eq '.' }; use strict; use IO::File;