Skip to content

Commit

Permalink
Add an extra note about "use feature ':all'"
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Nov 29, 2024
1 parent 893bcfc commit 05c6a07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/feature.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions regen/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,10 @@ =head2 The 'all' feature
condition, with short-circuiting behaviour as soon as it finds one that does
not.
B<Note:> remember that this enables one specific feature whose name is C<all>;
it does not enable all of the features. This is not C<use feature ':all'>.
For that, see the section below.
=head1 FEATURE BUNDLES
It's possible to load multiple features together, using
Expand Down

0 comments on commit 05c6a07

Please sign in to comment.