From 3f9568ff1ac7f258986dd9d06aa45cdc38cbda70 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Tue, 8 Sep 2015 17:28:34 -0700 Subject: [PATCH] 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 --- 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, it is changed to C. -=item 2) +=item * If you use the form C<\N{I}>, the L module gets automatically loaded. This may not be suitable for the test level -- 1.8.3.1