X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8c4f17b33b068547ee8791c89f32d2453e666096..4d3d955f2791199b35704c3e9784dc99fd229696:/src/src/eximstats.src?ds=sidebyside diff --git a/src/src/eximstats.src b/src/src/eximstats.src index 7e74db885..a2113f106 100644 --- a/src/src/eximstats.src +++ b/src/src/eximstats.src @@ -549,6 +549,7 @@ Merging of xls files is not (yet) possible. Be free to implement :) use warnings; use integer; +BEGIN { pop @INC if $INC[-1] eq '.' }; use strict; use IO::File;