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 {
621
621
622
622
__END__
623
623
package feature;
624
- our $VERSION = '1.98 ';
624
+ our $VERSION = '1.99 ';
625
625
626
626
FEATURES
627
627
@@ -1067,6 +1067,8 @@ =head2 The 'class' feature
1067
1067
This feature enables the C<class > block syntax and other associated keywords
1068
1068
which implement the "new" object system, previously codenamed "Corinna".
1069
1069
1070
+ This feature is available starting in Perl 5.38.
1071
+
1070
1072
=head2 The 'apostrophe_as_package_separator' feature
1071
1073
1072
1074
This feature enables use C<' > (apostrophe) as an alternative to using
@@ -1091,6 +1093,8 @@ =head2 The 'keyword_any' feature
1091
1093
This allow testing whether any of the values in a list satisfy a given
1092
1094
condition, with short-circuiting behaviour as soon as it finds one.
1093
1095
1096
+ This feature is available starting in Perl 5.42.
1097
+
1094
1098
=head2 The 'keyword_all' feature
1095
1099
1096
1100
B<WARNING > : This feature is still experimental and the implementation may
@@ -1104,6 +1108,8 @@ =head2 The 'keyword_all' feature
1104
1108
condition, with short-circuiting behaviour as soon as it finds one that does
1105
1109
not.
1106
1110
1111
+ This feature is available starting in Perl 5.42.
1112
+
1107
1113
=head1 FEATURE BUNDLES
1108
1114
1109
1115
It's possible to load multiple features together, using
You can’t perform that action at this time.
0 commit comments