In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/d2da20e3713b4c9367aaa821e5bb5b67f33611cd?hp=803f274831f937654d48f8cf0468521cbf8f5dff>
- Log -----------------------------------------------------------------
commit d2da20e3713b4c9367aaa821e5bb5b67f33611cd
Author: Karl Williamson <k...@khw-desktop.(none)>
Date: Wed Jul 14 17:21:40 2010 -0600
PATCH: [perl #76502] Fix UCD.pm doc
Thank you for your bug report. Change <lower> to <upper> as the report
showed.
Signed-off-by: David Golden <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
lib/Unicode/UCD.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm
index 9c28b5a..67b5a8a 100644
--- a/lib/Unicode/UCD.pm
+++ b/lib/Unicode/UCD.pm
@@ -978,7 +978,7 @@ one or more codes (separated by spaces) that taken in order
give the
code points for the title case of I<code>.
Each has at least four hexdigits.
-=item B<lower>
+=item B<upper>
one or more codes (separated by spaces) that taken in order give the
code points for the upper case of I<code>.
--
Perl5 Master Repository