In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/35e5ce6797fbefd6230e2f09e14b4c55b1eeaab4?hp=1186f82119d5270455d8831744d4f40a4ccbb222>

- Log -----------------------------------------------------------------
commit 35e5ce6797fbefd6230e2f09e14b4c55b1eeaab4
Author: Aaron Crane <[email protected]>
Date:   Sat Feb 4 14:56:06 2017 +0000

    Fix outdated note in perldiag
    
    As of 4fa06845e75d453a3101cff32e24c5b743f9819e, the "Odd name/value argument
    for subroutine" error has been reported from the callers' perspective.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 76edb9b1da..0ac367b8a2 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4247,9 +4247,7 @@ L<perlport> for more on portability concerns.
 (F) A subroutine using a slurpy hash parameter in its signature
 received an odd number of arguments to populate the hash.  It requires
 the arguments to be paired, with the same number of keys as values.
-The caller of the subroutine is presumably at fault.  Inconveniently,
-this error will be reported at the location of the subroutine, not that
-of the caller.
+The caller of the subroutine is presumably at fault.
 
 =item Odd number of arguments for overload::constant
 

--
Perl5 Master Repository

Reply via email to