diff options
author | 2010-09-24 15:06:37 +0000 | |
---|---|---|
committer | 2010-09-24 15:06:37 +0000 | |
commit | 0dc2eace317a852e5f4da130db2d009adf26967e (patch) | |
tree | 099038fb17f1e95a2b5715e2bc3a008abbd23f6b /gnu/usr.bin/perl/ext/Opcode/Opcode.pm | |
parent | remove files no longer in perl 5.12.2 (or that have moved) (diff) | |
download | wireguard-openbsd-0dc2eace317a852e5f4da130db2d009adf26967e.tar.xz wireguard-openbsd-0dc2eace317a852e5f4da130db2d009adf26967e.zip |
merge in perl 5.12.2 plus local changes
Diffstat (limited to 'gnu/usr.bin/perl/ext/Opcode/Opcode.pm')
-rw-r--r-- | gnu/usr.bin/perl/ext/Opcode/Opcode.pm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/ext/Opcode/Opcode.pm b/gnu/usr.bin/perl/ext/Opcode/Opcode.pm index e0078e5d382..9dbbce0b5de 100644 --- a/gnu/usr.bin/perl/ext/Opcode/Opcode.pm +++ b/gnu/usr.bin/perl/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.11"; +$VERSION = "1.15"; use Carp; use Exporter (); @@ -310,7 +310,8 @@ invert_opset function. rv2av aassign aelem aelemfast aslice av2arylen - rv2hv helem hslice each values keys exists delete + rv2hv helem hslice each values keys exists delete aeach akeys avalues + boolkeys preinc i_preinc predec i_predec postinc i_postinc postdec i_postdec int hex oct abs pow multiply i_multiply divide i_divide @@ -332,7 +333,7 @@ invert_opset function. cond_expr flip flop andassign orassign dorassign and or dor xor - warn die lineseq nextstate scope enter leave setstate + warn die lineseq nextstate scope enter leave rv2cv anoncode prototype @@ -557,6 +558,8 @@ about calling environment and args. tied -- can be used to access object implementing a tie pack unpack -- can be used to create/use memory pointers + hintseval -- constant op holding eval hints + entereval -- can be used to hide code from initial compile reset |