In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e4d56f70e121d02d7e331024739007ed16f7381d?hp=33efebe6a5ab2b2152593885ee155259a5bfd3f1>

- Log -----------------------------------------------------------------
commit e4d56f70e121d02d7e331024739007ed16f7381d
Author: Nicholas Clark <[email protected]>
Date:   Sat Jun 25 11:57:14 2011 +0200

    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.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlunicode.pod            |    4 ++--
 t/porting/known_pod_issues.dat |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

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)

--
Perl5 Master Repository

Reply via email to