summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Opcode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Opcode.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Opcode.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/Opcode.pm b/Master/tlpkg/tlperl/lib/Opcode.pm
index 9dbbce0b5de..21d90797997 100644
--- a/Master/tlpkg/tlperl/lib/Opcode.pm
+++ b/Master/tlpkg/tlperl/lib/Opcode.pm
@@ -6,11 +6,11 @@ use strict;
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.15";
+$VERSION = "1.18";
use Carp;
use Exporter ();
-use XSLoader ();
+use XSLoader;
BEGIN {
@ISA = qw(Exporter);
@@ -28,7 +28,7 @@ sub opset_to_hex ($);
sub opdump (;$);
use subs @EXPORT_OK;
-XSLoader::load 'Opcode', $VERSION;
+XSLoader::load();
_init_optags();
@@ -311,7 +311,7 @@ invert_opset function.
rv2av aassign aelem aelemfast aslice av2arylen
rv2hv helem hslice each values keys exists delete aeach akeys avalues
- boolkeys
+ boolkeys reach rvalues rkeys
preinc i_preinc predec i_predec postinc i_postinc postdec i_postdec
int hex oct abs pow multiply i_multiply divide i_divide
@@ -325,7 +325,7 @@ invert_opset function.
substr vec stringify study pos length index rindex ord chr
- ucfirst lcfirst uc lc quotemeta trans chop schop chomp schomp
+ ucfirst lcfirst uc lc quotemeta trans transr chop schop chomp schomp
match split qr