This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix RT #74290 - regression for labels immediately before string evals.
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Apr 2010 19:11:49 +0000 (20:11 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Apr 2010 19:11:49 +0000 (20:11 +0100)
commit47550813adf9ff4023595a3d439a9080e8fa9040
treebed592c9b0b741c08ea2271cecdb978285531ba6
parent651b8f1ab1a3f46ec28299b662077c511e8c2483
Fix RT #74290 - regression for labels immediately before string evals.

Fix location identified by Father Chrysostomos, who also offered a patch, but
this patch is more efficient, as it avoids any allocation. Test code based on
his test example.
hv.c
pp_ctl.c
t/op/goto.t