summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2021-06-14 08:56:53 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2021-06-14 08:57:12 -0400
commit9b7a2e9a504993262ba7201acf590d0b94bf5a9d (patch)
tree82bf076e2b70af60b11d2e291abbb5635ad1ab8b /pod
parent846e32ebef2bd121948a426b6a6ca7d48e3a0a7a (diff)
downloadperl-9b7a2e9a504993262ba7201acf590d0b94bf5a9d.tar.gz
Add perldelta entry try/catch deparsing fix - 846e32ebef
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6ea3f19e14..aa261d289f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -396,6 +396,11 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
utime() now correctly sets errno/C<$!> when called on a closed handle.
+=item *
+
+B::Deparse now correctly handles try/catch blocks with more complex scopes.
+[L<GH #18874|https://github.com/Perl/perl5/issues/18874>]
+
=back
=head1 Known Problems