X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aa2b5c79bb551ce28868d751715aed7c6c21d053..644eb96a06d26c5f02bafe8c8f927560437c7cdc:/src/util/cramtest.pl diff --git a/src/util/cramtest.pl b/src/util/cramtest.pl index 6135ff05e..48f989a0c 100755 --- a/src/util/cramtest.pl +++ b/src/util/cramtest.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Cambridge: exim/src/util/cramtest.pl,v 1.2 2005/08/30 09:19:33 ph10 Exp $ # This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5 # authentication. @@ -25,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;