diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-26 10:46:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-26 10:46:12 +0000 |
commit | 5edb5b2abb5db9e134cbde1a4d43fd61fa2b229d (patch) | |
tree | d04d3292bdb12858c20ae914b0290e53d8148317 /ext/Opcode/Opcode.pm | |
parent | c0a413d1892b414bcca7420c00e6725079449e3c (diff) | |
download | perl-5edb5b2abb5db9e134cbde1a4d43fd61fa2b229d.tar.gz |
Eliminate the OP_SETSTATE, which had been disabled by change 4309.
p4raw-id: //depot/perl@33072
Diffstat (limited to 'ext/Opcode/Opcode.pm')
-rw-r--r-- | ext/Opcode/Opcode.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index b552f9047c..386db7906a 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.12"; +$VERSION = "1.13"; use Carp; use Exporter (); @@ -332,7 +332,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 |