Use back-compatible variable for perl version
[users/heiko/exim.git] / src / src / exipick.src
index d486b4289893485f7c240c18b2aaf441f874f777..b6c28ef23bc18e313f2929e763bf7179eeccbd50 100644 (file)
@@ -88,7 +88,7 @@ GetOptions(
   'version'     => sub {
         print basename($0) . ": $0\n",
             "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n",
-            "perl(runtime): $^V\n";
+            "perl(runtime): $]\n";
             exit 0;
   },
 ) || exit(1);