summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-05-19 16:35:59 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-19 16:54:48 -0600
commite397bccf3ad7c86ccc930f01fc00ea00246feffd (patch)
treecde7e4a40e9581a0869d166bd9bc127fa23bea38
parent916cec3fb15b48d5cfe4d5590991c10a69f1abe8 (diff)
downloadperl-e397bccf3ad7c86ccc930f01fc00ea00246feffd.tar.gz
perlrecharclass: Fix broken link
-rw-r--r--pod/perlrecharclass.pod3
-rw-r--r--t/porting/known_pod_issues.dat1
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod
index ee4db8db69..89e93c06c6 100644
--- a/pod/perlrecharclass.pod
+++ b/pod/perlrecharclass.pod
@@ -108,7 +108,8 @@ very much like an ASCII DIGIT EIGHT (U+0038). An application that
is expecting only the ASCII digits might be misled, or if the match is
C<\d+>, the matched string might contain a mixture of digits from
different writing systems that look like they signify a number different
-than they actually do. L<Unicode::UCD/num()> can be used to safely
+than they actually do. L<Unicode::UCDE<sol>num()|Unicode::UCD/num> can
+be used to safely
calculate the value, returning C<undef> if the input string contains
such a mixture.
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 70f8675f08..b9086ad5df 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -282,7 +282,6 @@ pod/perlre.pod ? Should you be using L<...> instead of 2
pod/perlre.pod Verbatim line length including indents exceeds 80 by 11
pod/perlreapi.pod Verbatim line length including indents exceeds 80 by 17
pod/perlrebackslash.pod Verbatim line length including indents exceeds 80 by 1
-pod/perlrecharclass.pod Apparent broken link 1
pod/perlref.pod Verbatim line length including indents exceeds 80 by 1
pod/perlreguts.pod Verbatim line length including indents exceeds 80 by 17
pod/perlrequick.pod Verbatim line length including indents exceeds 80 by 3