summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/base.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/base.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/base.pm b/Master/tlpkg/tlperl/lib/base.pm
index 5d1378786de..6fee6008fc2 100644
--- a/Master/tlpkg/tlperl/lib/base.pm
+++ b/Master/tlpkg/tlperl/lib/base.pm
@@ -1,9 +1,10 @@
+use 5.008;
package base;
use strict 'vars';
use vars qw($VERSION);
-$VERSION = '2.22';
-$VERSION = eval $VERSION;
+$VERSION = '2.23';
+$VERSION =~ tr/_//d;
# constant.pm is slow
sub SUCCESS () { 1 }