Recast more internal string routines to use growable-strings
[exim.git] / src / src / exipick.src
index d486b4289893485f7c240c18b2aaf441f874f777..7959d754c81cdc077bb27fb6c411ae35d501e5a8 100644 (file)
@@ -1,5 +1,5 @@
 #!PERL_COMMAND
-# Copyright (c) 2017 University of Cambridge.
+# Copyright (c) 1995 - 2018 University of Cambridge.
 # See the file NOTICE for conditions of use and distribution.
 
 
@@ -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);