X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FOpcode%2FOpcode.pm;h=9f426cd88298b64e3dad03359e8df2525504c09c;hb=76df5e8f6f9a368c3b6f3dcca177104be7f3fc8c;hp=e979851897f13c6e8add914b3525917c06ef88a4;hpb=d6a466d771dbdc293e3f83b595b03cf44617cabb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index e979851..9f426cd 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -1,12 +1,12 @@ package Opcode; -require 5.005_64; +use 5.006_001; use strict; our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.05"; +$VERSION = "1.06"; $XS_VERSION = "1.03"; use Carp; @@ -331,7 +331,7 @@ invert_opset function. list lslice splice push pop shift unshift reverse - cond_expr flip flop andassign orassign and or xor + cond_expr flip flop andassign orassign dorassign and or dor xor warn die lineseq nextstate scope enter leave setstate @@ -415,6 +415,8 @@ These are a hotchpotch of opcodes still waiting to be considered entertry leavetry -- can be used to 'hide' fatal errors + custom -- where should this go + =item :base_math These ops are not included in :base_core because of the risk of them being