We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c98c9 commit b5a660bCopy full SHA for b5a660b
pod/perldelta.pod
@@ -390,6 +390,17 @@ Discussed in [GH #23171].
390
Ensure cloning the save stack for fork emulation doesn't duplicate
391
freeing the RExC state. [GH #23022]
392
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
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
404
=back
405
406
=head1 Known Problems
0 commit comments