diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-25 20:34:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:56:48 -0700 |
commit | 6102323a2ca31b7c760d9a3b81cb1d3e3d551206 (patch) | |
tree | 996fef86c65479c81a0fe7f50dc70f0ebd92978a /regen | |
parent | 2a57afb16e3315d9a0aaa4e79615282cf63c970d (diff) | |
download | perl-6102323a2ca31b7c760d9a3b81cb1d3e3d551206.tar.gz |
Assignment to array elem refs
Diffstat (limited to 'regen')
-rw-r--r-- | regen/op_private | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regen/op_private b/regen/op_private index 6d4e2a0ff7..ea74817c68 100644 --- a/regen/op_private +++ b/regen/op_private @@ -715,6 +715,13 @@ addbits('coreargs', addbits('split', 7 => qw(OPpSPLIT_IMPLIM IMPLIM)); # implicit limit + + +addbits($_, + 2 => qw(OPpLVREF_ELEM ELEM ), + #7 => qw(OPpLVAL_INTRO LVINTRO), +) for 'refassign', 'lvref'; + 1; # ex: set ts=8 sts=4 sw=4 et: |