In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d9159685e05b3d86d58992e4879989b659852d4a?hp=290a1700e93ef27ce72cc7ca2c43896e02fb9c8d>

- Log -----------------------------------------------------------------
commit d9159685e05b3d86d58992e4879989b659852d4a
Author: Ricardo Signes <[email protected]>
Date:   Sat Oct 9 14:17:34 2010 -0400

    do not use both "a lvalue" and "an lvalue" but pick one
-----------------------------------------------------------------------

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

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 8404d6e..7bbccdd 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2414,8 +2414,8 @@ instead on the filehandle.)
 =item lvalue attribute ignored after the subroutine has been defined
 
 (W misc) Making a subroutine an lvalue subroutine after it has been defined
-by declaring the subroutine with a lvalue attribute is not
-possible. To make the subroutine a lvalue subroutine add the
+by declaring the subroutine with an lvalue attribute is not
+possible. To make the subroutine an lvalue subroutine add the
 lvalue attribute to the definition, or put the declaration before
 the definition.
 

--
Perl5 Master Repository

Reply via email to