Skip to content

Commit b5a660b

Browse files
tonycozmauke
authored andcommitted
perldelta for smartmatch, class constructors exiting with loop exits
1 parent 40c98c9 commit b5a660b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pod/perldelta.pod

+11
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,17 @@ Discussed in [GH #23171].
390390
Ensure cloning the save stack for fork emulation doesn't duplicate
391391
freeing the RExC state. [GH #23022]
392392

393+
=item *
394+
395+
Smartmatch against a code reference that uses a loop exit such as
396+
C<last> would crash perl. [GH #16608]
397+
398+
=item *
399+
400+
Class initializers and C<ADJUST> blocks, per L<perlclass>, that
401+
called C<last> or other loop exits would crash perl. Same cause as
402+
for [GH #16608].
403+
393404
=back
394405

395406
=head1 Known Problems

0 commit comments

Comments
 (0)