Fix two podchecker errors on perlunicode.pod
authorNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2011 09:57:14 +0000 (11:57 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 25 Jun 2011 09:57:14 +0000 (11:57 +0200)
Add Unicode::Regex::Set to the list of known CPAN modules.
Reflow a verbatim block to fit within the column limit.

pod/perlunicode.pod
t/porting/known_pod_issues.dat

index 5f8ef88..20dfcbd 100644 (file)
@@ -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.
index e0b9e57..2b544a6 100644 (file)
@@ -119,6 +119,7 @@ Time::Object
 Tk::Pod
 tty(1)
 Unicode::Casing
+Unicode::Regex::Set
 Unicode::Semantics
 Unicode::Unihan
 unzip(1)