diff options
author | Karen Etheridge <ether@cpan.org> | 2015-09-08 17:28:34 -0700 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-09-09 19:31:42 -0400 |
commit | 3f9568ff1ac7f258986dd9d06aa45cdc38cbda70 (patch) | |
tree | bbcc959e4f213f683a6c51531489e9be3c9f5f13 /pod/perlhack.pod | |
parent | fa07b8e51459d88dd8ef0c1550cc52edf79168c3 (diff) | |
download | perl-3f9568ff1ac7f258986dd9d06aa45cdc38cbda70.tar.gz |
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
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 46161efa11..70f4265dbc 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 |