perldelta for 386907f061c18, 981e5d62ca86

I don't think 53d7a807365, cad68b1ca7c2 and 6958877b56616 need
perldelta entries.
This commit is contained in:
Tony Cook 2023-09-25 14:33:30 +10:00
parent 386907f061
commit d1183d1c8a

View File

@ -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