This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Propagate lvalue context to lhs of (...)x...
authorFather Chrysostomos <sprout@cpan.org>
Wed, 5 Nov 2014 02:01:48 +0000 (18:01 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 5 Nov 2014 04:19:59 +0000 (20:19 -0800)
commitff781254a3e2d245ebbb525f9ea61adc35f0b6f1
tree7871605578d5e67174d5f25bb83edc39eac2df82
parente1a83e702673a81a9675df3921b9ac5db667623c
Propagate lvalue context to lhs of (...)x...

This allows foreach(($#array)x$count) { $_++ } to work as expected.
op.c
t/op/repeat.t