X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Futil%2Fproxy_protocol_client.pl;h=67a171d5d179278a17dff62c513cc3606b04020f;hp=feae3ca90f8762aa833323c18e9679b2c0663bcc;hb=accf9211ea33262b8865805a4f61155f26320444;hpb=367193425cbb5a77ee8ada9c5b2a203ca293d823 diff --git a/src/util/proxy_protocol_client.pl b/src/util/proxy_protocol_client.pl index feae3ca90..67a171d5d 100644 --- a/src/util/proxy_protocol_client.pl +++ b/src/util/proxy_protocol_client.pl @@ -21,6 +21,7 @@ # use strict; use warnings; +BEGIN { pop @INC if $INC[-1] eq '.' }; use IO::Select; use IO::Socket; use Getopt::Long;