This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c:pp_trans: avoid redundant sv in transr
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 01:05:02 +0000 (18:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 01:07:29 +0000 (18:07 -0700)
commit5bbe7184a7198d6334733fd9eb3ca7db21bf04f2
tree166c60720b488578a2bfe88f2c687399e80c9a6c
parent85897674662b45b047282279484f658e686f40ce
pp.c:pp_trans: avoid redundant sv in transr

I think I added the if (OP_TRANSR) block to the wrong spot, because the
mortal scalar created just before it is only used for y/// without /r.
pp.c