This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add introcv op type
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 01:21:02 +0000 (18:21 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:03 +0000 (22:45 -0700)
commitecf9c8b78fdc5245e639ddb2830e8e43cda480b9
treed17ac0ac0b8d120a1e27b229acdd06111950fe1d
parent10342479afca0484c66269733fcc2f4a1fbabbb7
Add introcv op type

This will be used for introducing ‘my’ subs on scope entry, by turning
off the stale flag.
ext/Opcode/Opcode.pm
opcode.h
opnames.h
pp.c
pp_proto.h
regen/opcode.pl
regen/opcodes