This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c:pp_clonecv: Use find_runcv to find the padname
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 07:20:07 +0000 (00:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 17 Sep 2012 23:57:51 +0000 (16:57 -0700)
commit62698e047b935ed44827dc9c8a013c1c41a9697d
tree41fae775ad95abb018cab74a91acbfcfba3a7aa4
parent441078c249a2505af353ca7b2f96789341d1b8eb
pp.c:pp_clonecv: Use find_runcv to find the padname

See: https://rt.perl.org/rt3/Ticket/Display.html?id=113930#txn-1153156

By using find_runcv, we can revert d2c8bf052f.  This may not be the
best tradeoff in the long run, as it makes code using experimental my
subs (my experimental subs?) slower.  But at least we avoid slowing
down existing code.
pp.c