This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix longstanding bug: searches for lexicals originating within eval''
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 28 Feb 1999 21:12:22 +0000 (21:12 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 28 Feb 1999 21:12:22 +0000 (21:12 +0000)
commit2680586ee66b8de4d2b5f26a2013220f2bec9d5f
treedce0c6347c8a0e842bc43bc34efbccc3fd44acfe
parent3467312b2d3ee442c007c093aaf0becc72151b00
fix longstanding bug: searches for lexicals originating within eval''
weren't stopping at the subroutine boundary correctly

p4raw-id: //depot/perl@3037
op.c
proto.h
t/op/eval.t