Fix a bug with ->@ inside "@{...}"
authorFather Chrysostomos <sprout@cpan.org>
Mon, 16 Sep 2013 19:49:12 +0000 (12:49 -0700)
committerRicardo Signes <rjbs@cpan.org>
Sat, 5 Oct 2013 18:20:10 +0000 (14:20 -0400)
commit760ca74635309e90553eeb15e5ac62e6f19f5d86
tree4250acb83b909872a1ee567e813962be25da6240
parent1f25714ad0c0126e303a12bd7ba010ac61b5e716
Fix a bug with ->@ inside "@{...}"

When encountering ->@[ or ->@{, we should only record that we are
going to need a POSTJOIN at the top level of interpolation, not
inside any brackets.  Otherwise the ->@[ can interfere with an outer
"@{...}", causing syntax errors.
t/op/postfixderef.t
toke.c