Skip to content

Commit 75ce657

Browse files
committed
Create a new currently-empty features named any and all
1 parent 342b57d commit 75ce657

File tree

3 files changed

+82
-26
lines changed

3 files changed

+82
-26
lines changed

feature.h

Lines changed: 59 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: 12 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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ BEGIN
4646
module_true => 'module_true',
4747
class => 'class',
4848
apostrophe_as_package_separator => 'apos_as_name_sep',
49+
any => 'any',
50+
all => 'all',
4951
);
5052

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

547549
__END__
548550
package feature;
549-
our $VERSION = '1.92';
551+
our $VERSION = '1.93';
550552
551553
FEATURES
552554
@@ -981,6 +983,14 @@ =head2 The 'apostrophe_as_package_separator' feature
981983
conversion from C<'> to C<::>, including for symbolic references, is
982984
always enabled.
983985
986+
=head2 The 'any' feature
987+
988+
TODO write some docs
989+
990+
=head2 The 'all' feature
991+
992+
TODO write some docs
993+
984994
=head1 FEATURE BUNDLES
985995
986996
It's possible to load multiple features together, using

0 commit comments

Comments
 (0)