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 5f8ef88a97443ed6d9c82c74b7f7e4f9620ea58e..20dfcbd2018c5c787b51b7824515d4f3a20cc5fb 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 e0b9e57b89620b738fcb06810732ae328cfda4ea..2b544a6c1e77b605232db27d3d0662526642f280 100644 (file)
@@ -119,6 +119,7 @@ Time::Object
 Tk::Pod
 tty(1)
 Unicode::Casing
+Unicode::Regex::Set
 Unicode::Semantics
 Unicode::Unihan
 unzip(1)