Skip to content

Commit 5bbd0fb

Browse files
committed
Add entry to perlexperiment.pod
1 parent 410120b commit 5bbd0fb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pod/perlexperiment.pod

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,19 @@ example:
173173
The ticket for this experiment is
174174
L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>.
175175

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+
176189
=back
177190

178191
=head2 Accepted features

0 commit comments

Comments
 (0)