Skip to content

Commit 507cff7

Browse files
tonycozmauke
authored andcommitted
perldelta for prevent OP leak for $ = signature parameter
1 parent 0540ee1 commit 507cff7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ Class initializers and C<ADJUST> blocks, per L<perlclass>, that
401401
called C<last> or other loop exits would crash perl. Same cause as
402402
for [GH #16608].
403403

404+
=item *
405+
406+
Prevent a signature parameter of the form C<$ => from leaking an OP at
407+
compile-time. [GH #23187]
408+
404409
=back
405410

406411
=head1 Known Problems

0 commit comments

Comments
 (0)