mirror of
https://github.com/Perl/perl5.git
synced 2026-01-27 01:44:43 +00:00
perldelta for 386907f061c18, 981e5d62ca86
I don't think 53d7a807365, cad68b1ca7c2 and 6958877b56616 need perldelta entries.
This commit is contained in:
parent
386907f061
commit
d1183d1c8a
@ -381,7 +381,13 @@ manager will later use a regex to expand these into links.
|
||||
|
||||
=item *
|
||||
|
||||
XXX
|
||||
Lexical names from the enclosing scope in a lexical sub or closure
|
||||
weren't visible to code executed by calling C<eval EXPR;> from the
|
||||
C<DB> package. This was introduced in 5.18 in an attempt to prevent
|
||||
subs from retaining a reference to their outer scope, but this broke
|
||||
the special behaviour of C<eval EXPR;> in package DB.
|
||||
|
||||
This incidentally fixed a TODO test for C<B::Deparse>. [GH #19370]
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user