From 22fb07ab93aaae7de09f3f04328f50783c458854 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Mon, 17 Nov 2025 23:53:35 +0000 Subject: [PATCH] Add mention of signature named parameters (PPC0024) to perlexperiment.pod --- pod/perlexperiment.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 23b0934987ec..15aa8a09eb89 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -198,6 +198,19 @@ own named feature. The ticket for this experiment is L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>. +=item Named parameters in subroutine signatures + +Introduced in Perl 5.43.5. + +Using this feature triggers warnings in the category +C. + +This feature enables parameters in subroutine signatures that are matched by +name rather than by position, and is documented in L. + +The ticket for this experiment is +L<[perl #23945]|https://github.com/Perl/perl5/issues/23945>. + =back =head2 Accepted features