SPDX: license tags (mostly by guesswork)
[exim.git] / src / util / cramtest.pl
index 6135ff05e422ecdb2e7dc5ea61a0cb9fc3d5815e..a6124628b577393903b9b719cd48bcf471a99b6a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Cambridge: exim/src/util/cramtest.pl,v 1.2 2005/08/30 09:19:33 ph10 Exp $
+# SPDX-License-Identifier: GPL-2.0-only
 
 # This script is contributed by Vadim Vygonets to aid in debugging CRAM-MD5
 # authentication.
@@ -25,6 +25,8 @@
 #       Vadim Vygonets <vadik-exim@vygo.net>.  All rights reserved.
 # Public domain is OK with me.
 
+BEGIN { pop @INC if $INC[-1] eq '.' };
+
 use MIME::Base64;
 use Digest::MD5;