Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 62184cefe1ab1c3c4fbf3349e90073158af3f3cc
https://github.com/Perl/perl5/commit/62184cefe1ab1c3c4fbf3349e90073158af3f3cc
Author: Harald Jörg <[email protected]>
Date: 2025-11-02 (Sun, 02 Nov 2025)
Changed paths:
M pod/perlsub.pod
Log Message:
-----------
[PATCH] Docu suggestion for named parameters in signatures
Add a paragraph that callers need to specify all positional parameters
before named ones, even if the positional parameters have defaults.
Delete a sentence stating that there is no way for the caller to provide
a value for a named parameter after an optional positional parameter.
There _is_ a way, you just need to provide values for positional
parameters.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications