Skip to content

Commit deb7305

Browse files
committed
feature: Document origins of class, keyword_any, keyword_all
1 parent 3b0f14b commit deb7305

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

regen/feature.pl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,8 @@ =head2 The 'class' feature
10671067
This feature enables the C<class> block syntax and other associated keywords
10681068
which 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
10721074
This feature enables use C<'> (apostrophe) as an alternative to using
@@ -1091,6 +1093,8 @@ =head2 The 'keyword_any' feature
10911093
This allow testing whether any of the values in a list satisfy a given
10921094
condition, 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
10961100
B<WARNING>: This feature is still experimental and the implementation may
@@ -1104,6 +1108,8 @@ =head2 The 'keyword_all' feature
11041108
condition, with short-circuiting behaviour as soon as it finds one that does
11051109
not.
11061110
1111+
This feature is available starting in Perl 5.42.
1112+
11071113
=head1 FEATURE BUNDLES
11081114
11091115
It's possible to load multiple features together, using

0 commit comments

Comments
 (0)