This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add clonecv op type
authorFather Chrysostomos <sprout@cpan.org>
Fri, 3 Aug 2012 05:11:08 +0000 (22:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:04 +0000 (22:45 -0700)
commit13f89586fe60fad5f4be3e8b89d5e605a7552658
tree83bc7b0ad6e7e149f18bdc9ffeb99df55557259e
parentecf9c8b78fdc5245e639ddb2830e8e43cda480b9
Add clonecv op type

This will be used for cloning a ‘my’ sub on scope entry.
I was going to use pp_padcv for this, but it would end up having a
top-level if/else.
ext/Opcode/Opcode.pm
opcode.h
opnames.h
pp.c
pp_proto.h
regen/opcode.pl
regen/opcodes