This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add lvavref op type
authorFather Chrysostomos <sprout@cpan.org>
Tue, 30 Sep 2014 04:43:53 +0000 (21:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Oct 2014 07:10:13 +0000 (00:10 -0700)
commit2882b3ff194c533cea5909d6f11ee4a911ef0f9e
tree7121e93147d6f220f05b3e7773adb1d6653f3257
parent4b6cf48bb4558c51745baf834133575633be736a
Add lvavref op type

This will be used for slurpy array ref assignments.  \(@a) = \(@b)
will make @a share the same elements as @b.
ext/Opcode/Opcode.pm
lib/B/Op_private.pm
opcode.h
opnames.h
pp.c
pp_proto.h
regen/opcodes