This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
allow evals to see the full lexical scope
authorDave Mitchell <davem@fdisolutions.com>
Sun, 24 Nov 2002 22:19:06 +0000 (22:19 +0000)
committerhv <hv@crypt.org>
Mon, 2 Dec 2002 00:58:54 +0000 (00:58 +0000)
commita3985cdcc04b13974afc5f4635645003847806e4
tree414f284613a099a7fc5dde52837c3e0f3601fc59
parent9cfe5470b44e33f00045a3b9c3128c6ade6e813f
allow evals to see the full lexical scope
Message-ID: <20021124221906.A25386@fdgroup.com>

p4raw-id: //depot/perl@18220
21 files changed:
cop.h
cv.h
dump.c
embed.fnc
embed.h
ext/B/B.pm
ext/B/B.xs
ext/B/B/Bytecode.pm
ext/B/B/C.pm
ext/B/B/Debug.pm
ext/Devel/Peek/Peek.t
op.c
pad.c
pod/perlintern.pod
pp_ctl.c
pp_hot.c
proto.h
sv.c
sv.h
t/op/eval.t
toke.c