Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 9 Aug 2003 07:34:16 +0000 (07:34 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 9 Aug 2003 07:34:16 +0000 (07:34 +0000)
commit2611e30b2cfc225355f77ac14b45bee31bc2bf54
tree12fee7da27bf419ef37dc2664e2184b2d30c3dd2
parent2bf8728c009dcec88a168e56c645c4ef772e11fe
Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
which was on old bug unearthed by the change #20559.
Basically, qr// + (??{$lexical}) combination is very, VERY broken.
Workaround is not to use lexicals.
p4raw-link: @20559 on //depot/perl: 2740392c45d51e34cd904b51afcc00544a78cf82

p4raw-id: //depot/perl@20578
lib/SelfLoader.pm