X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Feximstats.src;h=a2113f1068949fc661f000041638124a9c015a94;hb=d953610fa77ec9a08fad9c1a183181079a79674e;hp=7e74db8852f201001422daf7558a6bbefb9d8f04;hpb=8c4f17b33b068547ee8791c89f32d2453e666096;p=user%2Fhenk%2Fcode%2Fexim.git 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;