We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5c3df commit 4dc247bCopy full SHA for 4dc247b
pod/perlexperiment.pod
@@ -173,6 +173,19 @@ example:
173
The ticket for this experiment is
174
L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>.
175
176
+=item C<any> and C<all> list processing operators
177
+
178
+Introduced in Perl 5.41.7.
179
180
+Using these features triggers warnings in the categories C<experimental::any>
181
+or C<experiment::all>.
182
183
+This adds new list processing operators named C<any> and C<all>, each as their
184
+own named feature.
185
186
+The ticket for this experiment is
187
+L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>.
188
189
=back
190
191
=head2 Accepted features
0 commit comments