In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c52f983f3d907e1a64412b732bc302b3e6c5f41f?hp=83044e8d6994c2685694a9cd098bc541fcaae5aa>

- Log -----------------------------------------------------------------
commit c52f983f3d907e1a64412b732bc302b3e6c5f41f
Author: Aaron Crane <a...@cpan.org>
Date:   Wed Jan 16 11:47:19 2013 +0000

    perlfunc.pod: fix incorrect short description of `length`
    
    Thanks to ranguard for pointing out the report at
    https://github.com/perlorg/perlweb/issues/65
-----------------------------------------------------------------------

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

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index f39974e..9d35adf 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3361,7 +3361,7 @@ X<length> X<size>
 
 =item length
 
-=for Pod::Functions return the number of bytes in a string
+=for Pod::Functions return the number of characters in a string
 
 Returns the length in I<characters> of the value of EXPR.  If EXPR is
 omitted, returns the length of C<$_>.  If EXPR is undefined, returns

--
Perl5 Master Repository

Reply via email to