From f585b63215cc8fe88c727c23834bcf63a3b246ae Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Tue, 26 Nov 2024 12:19:30 +0000 Subject: [PATCH] Add entry to perlexperiment.pod --- pod/perlexperiment.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 6a0a0d1d0d8da..284f15420e973 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -173,6 +173,19 @@ example: The ticket for this experiment is L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>. +=item C and C list processing operators + +Introduced in Perl 5.41.7. + +Using these features triggers warnings in the categories C +or C. + +This adds new list processing operators named C and C, each as their +own named feature. + +The ticket for this experiment is +L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>. + =back =head2 Accepted features