X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Futil%2Fcramtest.pl;h=48f989a0cd7c98df4b6e6bca884df76abb003a87;hb=afdb5e9cf07fa49e26e128d8d5d2e3cab7a5fe42;hp=cb70eb40461fc7c66e3b4eb72bc7e9e6b9e87b88;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git 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;