From 1e009fdf987ac15bc653812c760054dc625d3aac Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 19 May 2011 16:38:27 -0600 Subject: [PATCH] perluniintro: fix broken link --- pod/perluniintro.pod | 2 +- t/porting/known_pod_issues.dat | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index 37bab49..c69dedf 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -615,7 +615,7 @@ besides the familiar 0 to 9, such as the Arabic and Indic digits. Perl does not support string-to-number conversion for digits other than ASCII 0 to 9 (and ASCII a to f for hexadecimal). To get safe conversions from any Unicode string, use -L. +Lnum()|Unicode::UCD/num>. =back diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index b9086ad..626cd5c 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -321,7 +321,6 @@ pod/perltru64.pod Verbatim line length including indents exceeds 80 by 4 pod/perlunicode.pod Verbatim line length including indents exceeds 80 by 16 pod/perlunifaq.pod ? Should you be using L<...> instead of 1 pod/perlunifaq.pod empty section in previous paragraph 1 -pod/perluniintro.pod Apparent broken link 1 pod/perluniintro.pod Verbatim line length including indents exceeds 80 by 3 pod/perluniprops.pod =item type mismatch 6 pod/perlutil.pod ? Should you be using L<...> instead of 1 -- 2.7.4