From 05c6a0778dd9c3cd2a4c9d64887918bb9efee581 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Fri, 29 Nov 2024 13:05:06 +0000 Subject: [PATCH] Add an extra note about "use feature ':all'" --- lib/feature.pm | 4 ++++ regen/feature.pl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/feature.pm b/lib/feature.pm index 45c0aaf369700..d6afdd09f2f95 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -546,6 +546,10 @@ This allow testing whether all of the values in a list satisfy a given condition, with short-circuiting behaviour as soon as it finds one that does not. +B remember that this enables one specific feature whose name is C; +it does not enable all of the features. This is not C. +For that, see the section below. + =head1 FEATURE BUNDLES It's possible to load multiple features together, using diff --git a/regen/feature.pl b/regen/feature.pl index 7e6bb410a7e56..cd1ad98fcc365 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -1008,6 +1008,10 @@ =head2 The 'all' feature condition, with short-circuiting behaviour as soon as it finds one that does not. +B remember that this enables one specific feature whose name is C; +it does not enable all of the features. This is not C. +For that, see the section below. + =head1 FEATURE BUNDLES It's possible to load multiple features together, using