Skip to content

Commit 650321b

Browse files
committed
Add entry to perlexperiment.pod
1 parent a85ae40 commit 650321b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pod/perlexperiment.pod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,17 @@ 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 this feature triggers warnings in the category C<experimental::any_all>.
181+
182+
This feature adds new list processing operators named C<any> and C<all>.
183+
184+
The ticket for this experiment is
185+
L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>.
186+
176187
=back
177188

178189
=head2 Accepted features

0 commit comments

Comments
 (0)