From 27df23140def00922ce186da623f2c3724e0b36a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sat, 6 Nov 2010 16:06:34 +0100 Subject: [PATCH] Add new ops in Opcode, so it does not warn at compilation The ops are the recently-introduced reach, rvalues, rkeys and transr. --- ext/Opcode/Opcode.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 3776324..0766940 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.16"; +$VERSION = "1.17"; use Carp; use Exporter (); @@ -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 -- 2.7.4