In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3f9568ff1ac7f258986dd9d06aa45cdc38cbda70?hp=fa07b8e51459d88dd8ef0c1550cc52edf79168c3>

- Log -----------------------------------------------------------------
commit 3f9568ff1ac7f258986dd9d06aa45cdc38cbda70
Author: Karen Etheridge <[email protected]>
Date:   Tue Sep 8 17:28:34 2015 -0700

    fix list rendering in perlhack
    
    At http://perldoc.perl.org/perlhack.html#TESTING, this was rendering as:
    
    1
        )
    
        These select Unicode rules....
    2
        )
    
        If you use the form...
    
    For: RT #126021
-----------------------------------------------------------------------

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

diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 46161ef..70f4265 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -810,7 +810,7 @@ The side effects are:
 
 =over 4
 
-=item 1)
+=item *
 
 These select Unicode rules.  That means that in double-quotish strings,
 the string is always converted to UTF-8 to force a Unicode
@@ -819,7 +819,7 @@ to non-UTF8, if possible).  In regular expression patterns, 
the
 conversion isn't done, but if the character set modifier would
 otherwise be C</d>, it is changed to C</u>.
 
-=item 2)
+=item *
 
 If you use the form C<\N{I<character name>}>, the L<charnames> module
 gets automatically loaded.  This may not be suitable for the test level

--
Perl5 Master Repository

Reply via email to