This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make pp_reverse fetch the lexical $_ from the correct pad
authorVincent Pit <perl@profvince.com>
Thu, 3 Jun 2010 09:44:15 +0000 (11:44 +0200)
committerVincent Pit <perl@profvince.com>
Thu, 3 Jun 2010 12:00:38 +0000 (14:00 +0200)
commit789bd863840ef4ff6c46f7c2ee0f3f64e0b5daa6
tree547efad230cfa3f03e5c971600e394627beb62f3
parent540810e8986e170e75f4b34a7ca1f1dd5b0da3c4
Make pp_reverse fetch the lexical $_ from the correct pad

This is achieved by introducing a new find_rundefsv() function in pad.c

This fixes [perl #75436].
embed.fnc
embed.h
global.sym
pad.c
pod/perl5132delta.pod
pp.c
proto.h
t/op/reverse.t