git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DKIM: make verification results visible in data ACL
[exim.git]
/
src
/
src
/
convert4r3.src
diff --git
a/src/src/convert4r3.src
b/src/src/convert4r3.src
index 632eb70d761e7e7f3b0637c92ad71ce1bf4e5878..d0b94d15ee909b06d5700769fddf94fb945edd5e 100755
(executable)
--- a/
src/src/convert4r3.src
+++ b/
src/src/convert4r3.src
@@
-10,6
+10,18
@@
use warnings;
BEGIN { pop @INC if $INC[-1] eq '.' };
use warnings;
BEGIN { pop @INC if $INC[-1] eq '.' };
+use Getopt::Long;
+use File::Basename;
+
+GetOptions(
+ 'version' => sub {
+ print basename($0) . ": $0\n",
+ "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n",
+ "perl(runtime): $^V\n";
+ exit 0;
+ },
+);
+
##################################################
# Analyse one line #
##################################################
##################################################
# Analyse one line #
##################################################