Skip to content

Commit 3318c56

Browse files
committed
feature: Document origins of class, keyword_any, keyword_all
1 parent 37169ab commit 3318c56

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

lib/feature.pm

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regen/feature.pl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ sub longest {
621621

622622
__END__
623623
package feature;
624-
our $VERSION = '1.98';
624+
our $VERSION = '1.99';
625625
626626
FEATURES
627627
@@ -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)