summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/fields.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/fields.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/fields.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/fields.pm b/Master/tlpkg/tlperl/lib/fields.pm
index ad1a5cfa412..c40978bd90e 100644
--- a/Master/tlpkg/tlperl/lib/fields.pm
+++ b/Master/tlpkg/tlperl/lib/fields.pm
@@ -1,3 +1,4 @@
+use 5.008;
package fields;
require 5.005;
@@ -11,7 +12,8 @@ unless( eval q{require warnings::register; warnings::register->import; 1} ) {
}
use vars qw(%attr $VERSION);
-$VERSION = '2.17';
+$VERSION = '2.23';
+$VERSION =~ tr/_//d;
# constant.pm is slow
sub PUBLIC () { 2**0 }