Skip to content

Commit 9f989eb

Browse files
pod/perldelta.pod: Add delta - Don't warn about jumping into a construct if we're DIE-ing
1 parent f7c2444 commit 9f989eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pod/perldelta.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@ the first branch would correctly autovivify C<$h{foo}> to an array ref,
396396
but the second branch might incorrectly autovivify C<$h{bar}> to a hash
397397
ref. [GH #18669].
398398

399+
=item *
400+
401+
Don't warn about jumping into a construct if we're DIE-ing [L<GH #23922|https://github.com/Perl/perl5/pull/23922>]
402+
399403
=back
400404

401405
=head1 Known Problems

0 commit comments

Comments
 (0)