X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Futil%2Fcramtest.pl;h=48f989a0cd7c98df4b6e6bca884df76abb003a87;hp=cb70eb40461fc7c66e3b4eb72bc7e9e6b9e87b88;hb=accf9211ea33262b8865805a4f61155f26320444;hpb=3634fc257bd0667daef14d72005cd87c735bbb24 diff --git a/src/util/cramtest.pl b/src/util/cramtest.pl index cb70eb404..48f989a0c 100755 --- a/src/util/cramtest.pl +++ b/src/util/cramtest.pl @@ -24,6 +24,8 @@ # Vadim Vygonets . All rights reserved. # Public domain is OK with me. +BEGIN { pop @INC if $INC[-1] eq '.' }; + use MIME::Base64; use Digest::MD5;