From: Nicholas Clark Date: Sat, 25 Jun 2011 09:57:14 +0000 (+0200) Subject: Fix two podchecker errors on perlunicode.pod X-Git-Tag: accepted/trunk/20130322.191538~3511 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4d56f70e121d02d7e331024739007ed16f7381d;p=platform%2Fupstream%2Fperl.git Fix two podchecker errors on perlunicode.pod Add Unicode::Regex::Set to the list of known CPAN modules. Reflow a verbatim block to fit within the column limit. --- diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 5f8ef88..20dfcbd 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1089,8 +1089,8 @@ Level 1 - Basic Unicode Support [6] \b \B [7] note that Perl does Full case-folding in matching (but with bugs), not Simple: for example U+1F88 is equivalent to - U+1F00 U+03B9, instead of just U+1F80. This difference matters - mainly for certain Greek capital letters with certain + U+1F00 U+03B9, instead of just U+1F80. This difference + matters mainly for certain Greek capital letters with certain modifiers: the Full case-folding decomposes the letter, while the Simple case-folding would map it to a single character. diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index e0b9e57..2b544a6 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -119,6 +119,7 @@ Time::Object Tk::Pod tty(1) Unicode::Casing +Unicode::Regex::Set Unicode::Semantics Unicode::Unihan unzip(1)