File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ sub longest {
621621
622622__END__
623623package feature;
624- our $VERSION = '1.98 ';
624+ our $VERSION = '1.99 ';
625625
626626FEATURES
627627
@@ -1067,6 +1067,8 @@ =head2 The 'class' feature
10671067This feature enables the C<class > block syntax and other associated keywords
10681068which implement the "new" object system, previously codenamed "Corinna".
10691069
1070+ This feature is available starting in Perl 5.38.
1071+
10701072=head2 The 'apostrophe_as_package_separator' feature
10711073
10721074This feature enables use C<' > (apostrophe) as an alternative to using
@@ -1091,6 +1093,8 @@ =head2 The 'keyword_any' feature
10911093This allow testing whether any of the values in a list satisfy a given
10921094condition, with short-circuiting behaviour as soon as it finds one.
10931095
1096+ This feature is available starting in Perl 5.42.
1097+
10941098=head2 The 'keyword_all' feature
10951099
10961100B<WARNING > : This feature is still experimental and the implementation may
@@ -1104,6 +1108,8 @@ =head2 The 'keyword_all' feature
11041108condition, with short-circuiting behaviour as soon as it finds one that does
11051109not.
11061110
1111+ This feature is available starting in Perl 5.42.
1112+
11071113=head1 FEATURE BUNDLES
11081114
11091115It's possible to load multiple features together, using
You can’t perform that action at this time.
0 commit comments