Add new opcodes to Opcode.pm
authorFather Chrysostomos <sprout@cpan.org>
Sun, 8 Sep 2013 21:48:26 +0000 (14:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 13 Sep 2013 08:25:35 +0000 (01:25 -0700)
ext/Opcode/Opcode.pm

index f71e700..3aa359d 100644 (file)
@@ -308,10 +308,11 @@ invert_opset function.
 
     rv2sv sassign
 
-    rv2av aassign aelem aelemfast aelemfast_lex aslice av2arylen
+    rv2av aassign aelem aelemfast aelemfast_lex aslice kvaslice
+    av2arylen
 
-    rv2hv helem hslice each values keys exists delete aeach akeys
-    avalues reach rvalues rkeys
+    rv2hv helem hslice kvhslice each values keys exists delete
+    aeach akeys avalues reach rvalues rkeys
 
     preinc i_preinc predec i_predec postinc i_postinc
     postdec i_postdec int hex oct abs pow multiply i_multiply