Add --version to all installed Perl and Shell scripts.
[exim.git] / src / src / transport-filter.src
index 3f250e6578aa1a40a30a3e6990761bee87976930..256bf7c397b5175abebdec27abe6d6b713eb8e07 100644 (file)
 
 use warnings;
 BEGIN { pop @INC if $INC[-1] eq '.' };
+use File::Basename;
+
+if ($ARGV[0] eq '--version') {
+    print basename($0) . ": $0\n",
+        "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n",
+        "perl(runtime): $^V\n";
+        exit 0;
+}
 
 # If the filter is called with any arguments, insert them into the message
 # as X-Arg headers, just to verify what they are.