Skip to content

Commit e0d3bb2

Browse files
committed
Create a new currently-empty feature named any_all
1 parent dde110a commit e0d3bb2

File tree

3 files changed

+54
-26
lines changed

3 files changed

+54
-26
lines changed

feature.h

Lines changed: 41 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/feature.pm

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

regen/feature.pl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ BEGIN
4646
module_true => 'module_true',
4747
class => 'class',
4848
apostrophe_as_package_separator => 'apos_as_name_sep',
49+
any_all => 'any_all',
4950
);
5051

5152
# NOTE: If a feature is ever enabled in a non-contiguous range of Perl
@@ -546,7 +547,7 @@ sub longest {
546547

547548
__END__
548549
package feature;
549-
our $VERSION = '1.92';
550+
our $VERSION = '1.93';
550551
551552
FEATURES
552553
@@ -981,6 +982,10 @@ =head2 The 'apostrophe_as_package_separator' feature
981982
conversion from C<'> to C<::>, including for symbolic references, is
982983
always enabled.
983984
985+
=head2 The 'any_all' feature
986+
987+
TODO write some docs
988+
984989
=head1 FEATURE BUNDLES
985990
986991
It's possible to load multiple features together, using

0 commit comments

Comments
 (0)