summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-08-28 12:08:04 -0600
committerKarl Williamson <public@khwilliamson.com>2011-09-02 11:57:44 -0600
commit67592e11cc42a8fb72032b07a75750873bd86cf6 (patch)
tree708c66ca497fde6e110411abd87ca9da0a8e7a67 /pod/perlre.pod
parent9a74aa57c6171e0a53a4defac910aed66bc40363 (diff)
downloadperl-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/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 5a01b2c5f1..e3bdd51402 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -258,7 +258,7 @@ a number is a different quantity than it really is. For example,
C<BENGALI DIGIT FOUR> (U+09EA) looks very much like an
C<ASCII DIGIT EIGHT> (U+0038). And, C<\d+>, may match strings of digits
that are a mixture from different writing systems, creating a security
-issue. L<Unicode::UCD::num()|Unicode::UCD/num> can be used to sort
+issue. L<Unicode::UCD/num()> can be used to sort
this out. Or the C</a> modifier can be used to force C<\d> to match
just the ASCII 0 through 9.