diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-16 18:02:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-18 06:50:04 -0700 |
commit | deb8a388bf9e4429400eaf01ad745964d9d291d2 (patch) | |
tree | c87db314f335fc0d08b31031ac5ea892bedfa6c2 /ext/Opcode/Opcode.pm | |
parent | b4d59f86ab96ed072d044892c514c6e5a96f4534 (diff) | |
download | perl-deb8a388bf9e4429400eaf01ad745964d9d291d2.tar.gz |
Add coreargs op
&CORE::foo subs will use this operator for sorting out @_.
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 b79256e161..deec0bfedf 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.19"; +$VERSION = "1.20"; use Carp; use Exporter (); @@ -335,7 +335,7 @@ invert_opset function. warn die lineseq nextstate scope enter leave - rv2cv anoncode prototype + rv2cv anoncode prototype coreargs entersub leavesub leavesublv return method method_named -- XXX loops via recursion? |