In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fa14274eb6699a6eabc280d644e7bdeaee02e336?hp=ad63362ff9df2b5139e84db30e07cb7016ac35f6>

- Log -----------------------------------------------------------------
commit fa14274eb6699a6eabc280d644e7bdeaee02e336
Author: Peter Martini <[email protected]>
Date:   Wed Jan 21 01:24:44 2015 -0500

    Another patch to perlsub documenting moves sigs
-----------------------------------------------------------------------

Summary of changes:
 pod/perlsub.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perlsub.pod b/pod/perlsub.pod
index 0a173a1..f057b96 100644
--- a/pod/perlsub.pod
+++ b/pod/perlsub.pod
@@ -318,8 +318,8 @@ disabled.
 
 The signature is part of a subroutine's body.  Normally the body of a
 subroutine is simply a braced block of code.  When using a signature,
-the signature is a parenthesised list that goes immediately before
-the braced block.  The signature declares lexical variables that are
+the signature is a parenthesised list that goes immediately after
+the subroutine name.  The signature declares lexical variables that are
 in scope for the block.  When the subroutine is called, the signature
 takes control first.  It populates the signature variables from the
 list of arguments that were passed.  If the argument list doesn't meet

--
Perl5 Master Repository

Reply via email to