We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf4f3b commit f93dff7Copy full SHA for f93dff7
pod/perlexperiment.pod
@@ -198,6 +198,19 @@ own named feature.
198
The ticket for this experiment is
199
L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>.
200
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
214
=back
215
216
=head2 Accepted features
0 commit comments