Add mention of signature named parameters (PPC0024) to perlexperiment.pod

This commit is contained in:
Paul "LeoNerd" Evans 2025-11-17 23:53:35 +00:00 committed by Thibault Duponchelle
parent 1bf4f3b81e
commit f93dff7614

View File

@ -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<experimental::signature_named_parameters>.
This feature enables parameters in subroutine signatures that are matched by
name rather than by position, and is documented in L<perlsub/Signatures>.
The ticket for this experiment is
L<[perl #23945]|https://github.com/Perl/perl5/issues/23945>.
=back
=head2 Accepted features