summaryrefslogtreecommitdiff
path: root/pod/perl5341delta.pod
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2022-03-14 23:01:17 -0400
committerKarl Williamson <khw@cpan.org>2022-04-13 13:18:36 -0600
commit101b3a9a1c2219ff64dd13f842a3b94af39e4e1f (patch)
treeb128ce420908878e7c48a8962306b29662700f41 /pod/perl5341delta.pod
parentffb1f0fda2556c3e6d57b8a57bbe7ea9292316f1 (diff)
downloadperl-101b3a9a1c2219ff64dd13f842a3b94af39e4e1f.tar.gz
Note that catch now returns the right value for multiple statements
Diffstat (limited to 'pod/perl5341delta.pod')
-rw-r--r--pod/perl5341delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5341delta.pod b/pod/perl5341delta.pod
index 92175adb31..131c03b8b6 100644
--- a/pod/perl5341delta.pod
+++ b/pod/perl5341delta.pod
@@ -77,6 +77,11 @@ Support for compiling perl on Windows using Microsoft Visual Studio 2022
B::Deparse now correctly handles try/catch blocks with more complex scopes.
[L<GH #18874|https://github.com/Perl/perl5/issues/18874>]
+=item *
+
+try/catch now correctly returns the last evaluated expression when the catch
+block has more than one statement. [L<GH #18855|https://github.com/Perl/perl5/issues/18855>]
+
=back
=head1 Acknowledgements