Skip to content

Commit 0643bb9

Browse files
committed
'try' and 'catch' are no longer experimental
Responding to report from William Lindley in GH #23436.
1 parent b65d270 commit 0643bb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pod/perlfunc.pod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11141,8 +11141,10 @@ documented in L<perlsyn/"Switch Statements">.
1114111141

1114211142
=item finally
1114311143

11144-
These flow-control keywords related to the experimental C<try> feature are
11145-
documented in L<perlsyn/"Try Catch Exception Handling">.
11144+
These flow-control keywords related to the C<try> feature are
11145+
documented in L<perlsyn/"Try Catch Exception Handling">. C<finally> is still
11146+
deemed to be experimental; C<try> and C<catch> are considered non-experimental
11147+
as of perl-5.40.
1114611148

1114711149
=back
1114811150

0 commit comments

Comments
 (0)