This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
aelemfast_lex in aassign_common_vars_aliases_only
authorFather Chrysostomos <sprout@cpan.org>
Mon, 13 Oct 2014 21:48:13 +0000 (14:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 13 Oct 2014 21:48:31 +0000 (14:48 -0700)
commitcb93cfd8a42cd5393400053115e38b60d71174cc
treec84089445242a67804a07af395419c167907627a
parent78fdc7f3d1fcc82e28dcb62b86226d255c58b2be
aelemfast_lex in aassign_common_vars_aliases_only

S_aassign_common_vars_aliases_only needs to handle aelemfast_lex,
otherwise we miss some rare cases where we have aliased scalars and
elements on both sides of the assignment.
op.c
t/op/lvref.t