Skip to content

Commit

Permalink
Mention the version defer and try features were introduced in
Browse files Browse the repository at this point in the history
All other features (including the experimental ones) mention it.
  • Loading branch information
E. Choroba committed Nov 22, 2023
1 parent b2bbe7d commit 9e6e747
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/feature.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion regen/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ sub longest {

__END__
package feature;
our $VERSION = '1.85';
our $VERSION = '1.86';
FEATURES
Expand Down Expand Up @@ -909,6 +909,8 @@ =head2 The 'try' feature
handling, where exceptions thrown from the body of the block introduced with
C<try> are caught by executing the body of the C<catch> block.
This feature is available starting in Perl 5.34.
For more information, see L<perlsyn/"Try Catch Exception Handling">.
=head2 The 'defer' feature
Expand All @@ -923,6 +925,8 @@ =head2 The 'defer' feature
to be deferred until when the flow of control leaves the block which contained
it. For more details, see L<perlsyn/defer>.
This feature is available starting in Perl 5.36.
=head2 The 'extra_paired_delimiters' feature
B<WARNING>: This feature is still experimental and the implementation may
Expand Down

0 comments on commit 9e6e747

Please sign in to comment.