This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unicode::UCD: fix pod verbatim line length
authorKarl Williamson <public@khwilliamson.com>
Sun, 28 Aug 2011 18:50:47 +0000 (12:50 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 2 Sep 2011 17:57:44 +0000 (11:57 -0600)
lib/Unicode/UCD.pm
t/porting/known_pod_issues.dat

index 692cad0..fb0d3cd 100644 (file)
@@ -71,7 +71,7 @@ Unicode::UCD - Unicode character database
     my $unicode_version = Unicode::UCD::UnicodeVersion();
 
     my $convert_to_numeric =
-                Unicode::UCD::num("\N{RUMI DIGIT ONE}\N{RUMI DIGIT TWO}");
+              Unicode::UCD::num("\N{RUMI DIGIT ONE}\N{RUMI DIGIT TWO}");
 
 =head1 DESCRIPTION
 
index d9707c3..927d49f 100644 (file)
@@ -314,7 +314,6 @@ lib/pod/text/overstrike.pm  Verbatim line length including indents exceeds 79 by
 lib/tie/array.pm       Verbatim line length including indents exceeds 79 by    1
 lib/tie/hash.pm        Verbatim line length including indents exceeds 79 by    3
 lib/tie/scalar.pm      Verbatim line length including indents exceeds 79 by    1
-lib/unicode/ucd.pm     Verbatim line length including indents exceeds 79 by    1
 lib/deprecate.pm       Verbatim line length including indents exceeds 79 by    2
 lib/integer.pm Verbatim line length including indents exceeds 79 by    1
 lib/overload.pm        Verbatim line length including indents exceeds 79 by    1