Skip to content

Commit f93dff7

Browse files
leonerdthibaultduponchelle
authored andcommitted
Add mention of signature named parameters (PPC0024) to perlexperiment.pod
1 parent 1bf4f3b commit f93dff7

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
@@ -198,6 +198,19 @@ own named feature.
198198
The ticket for this experiment is
199199
L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>.
200200

201+
=item Named parameters in subroutine signatures
202+
203+
Introduced in Perl 5.43.5.
204+
205+
Using this feature triggers warnings in the category
206+
C<experimental::signature_named_parameters>.
207+
208+
This feature enables parameters in subroutine signatures that are matched by
209+
name rather than by position, and is documented in L<perlsub/Signatures>.
210+
211+
The ticket for this experiment is
212+
L<[perl #23945]|https://github.com/Perl/perl5/issues/23945>.
213+
201214
=back
202215

203216
=head2 Accepted features

0 commit comments

Comments
 (0)