summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/utf8.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/utf8.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/utf8.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/utf8.pm b/Master/tlpkg/tlperl/lib/utf8.pm
index 9d560955391..607c59df742 100644
--- a/Master/tlpkg/tlperl/lib/utf8.pm
+++ b/Master/tlpkg/tlperl/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.21';
+our $VERSION = '1.22';
sub import {
$^H |= $utf8::hint_bits;
@@ -13,7 +13,6 @@ sub unimport {
}
sub AUTOLOAD {
- require "utf8_heavy.pl";
goto &$AUTOLOAD if defined &$AUTOLOAD;
require Carp;
Carp::croak("Undefined subroutine $AUTOLOAD called");