diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-08-28 12:08:04 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-09-02 11:57:44 -0600 |
commit | 67592e11cc42a8fb72032b07a75750873bd86cf6 (patch) | |
tree | 708c66ca497fde6e110411abd87ca9da0a8e7a67 /pod/perl5140delta.pod | |
parent | 9a74aa57c6171e0a53a4defac910aed66bc40363 (diff) | |
download | perl-67592e11cc42a8fb72032b07a75750873bd86cf6.tar.gz |
Unicode::UCD: Make pod header consistent
All the other function headers in this pod look like what this patch
makes this one look like. Corresponding links to it are also revised.
Diffstat (limited to 'pod/perl5140delta.pod')
-rw-r--r-- | pod/perl5140delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5140delta.pod b/pod/perl5140delta.pod index 51060aca52..00ef78140d 100644 --- a/pod/perl5140delta.pod +++ b/pod/perl5140delta.pod @@ -2125,7 +2125,7 @@ L<Unicode::UCD> has been upgraded from version 0.27 to 0.32. A new function, Unicode::UCD::num(), has been added. This function returns the numeric value of the string passed it or C<undef> if the string in its entirety has no "safe" numeric value. (For more detail, and for the -definition of "safe", see L<Unicode::UCD/num>.) +definition of "safe", see L<Unicode::UCD/num()>.) This upgrade also includes several bug fixes: |