X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/880496ef634b16eeef91cafde8f04e9833275334..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/util/ocsp_fetch.pl diff --git a/src/util/ocsp_fetch.pl b/src/util/ocsp_fetch.pl index 0d214d62a..9255311a4 100755 --- a/src/util/ocsp_fetch.pl +++ b/src/util/ocsp_fetch.pl @@ -1,7 +1,10 @@ #!/usr/bin/perl # Copyright (C) 2012 Wizards Internet Ltd # License GPLv2: GNU GPL version 2 +# SPDX-License-Identifier: GPL-2.0-or-later + use strict; +BEGIN { pop @INC if $INC[-1] eq '.' }; use Getopt::Std; $Getopt::Std::STANDARD_HELP_VERSION=1; use IO::Handle;