Skip to content

Commit 05c6a07

Browse files
committed
Add an extra note about "use feature ':all'"
1 parent 893bcfc commit 05c6a07

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/feature.pm

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

regen/feature.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,10 @@ =head2 The 'all' feature
10081008
condition, with short-circuiting behaviour as soon as it finds one that does
10091009
not.
10101010
1011+
B<Note:> remember that this enables one specific feature whose name is C<all>;
1012+
it does not enable all of the features. This is not C<use feature ':all'>.
1013+
For that, see the section below.
1014+
10111015
=head1 FEATURE BUNDLES
10121016
10131017
It's possible to load multiple features together, using

0 commit comments

Comments
 (0)