summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2021-04-30 13:25:43 -0400
committerRicardo Signes <rjbs@semiotic.systems>2021-04-30 13:25:43 -0400
commit2314e06e47d667676e3c2f07471640cde875290d (patch)
tree4c73f368d1fa0ebf8c33550e85662cdce099e854
parentf7d87d09792bc02326b17e3c31ce97481001fb81 (diff)
downloadperl-2314e06e47d667676e3c2f07471640cde875290d.tar.gz
perlexperiment: document the "try" experiment
-rw-r--r--pod/perlexperiment.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index 7dbf7d649d..a191f70c3d 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -173,6 +173,15 @@ C<experimental::isa>.
The ticket for this experiment is
L<[perl #18754]|https://github.com/Perl/perl5/issues/18754>
+=item try/catch control structure
+
+Introduced in Perl 5.34.0.
+
+Using this feature triggers warnings in the category C<experimental::try>.
+
+The ticket for this experiment is
+L<[perl #18760]|https://github.com/Perl/perl5/issues/18760>
+
=back
=head2 Accepted features