X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..a85c067ba6c6940512cf57ec213277a370d87e70:/src/util/cramtest.pl diff --git a/src/util/cramtest.pl b/src/util/cramtest.pl index cb70eb404..a6124628b 100755 --- a/src/util/cramtest.pl +++ b/src/util/cramtest.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# SPDX-License-Identifier: GPL-2.0-only # This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5 # authentication. @@ -24,6 +25,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;