From 916cec3fb15b48d5cfe4d5590991c10a69f1abe8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 19 May 2011 16:34:27 -0600 Subject: [PATCH] perlre: Fix broken links --- pod/perlre.pod | 4 ++-- t/porting/known_pod_issues.dat | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index cc56486..7ae12bf 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -216,7 +216,7 @@ a number is a different quantity than it really is. For example, C (U+09EA) looks very much like an C (U+0038). And, C<\d+>, may match strings of digits that are a mixture from different writing systems, creating a security -issue. L can be used to sort this out. +issue. Lnum()|Unicode::UCD/num> can be used to sort this out. Also, case-insensitive matching works on the full set of Unicode characters. The C, for example matches the letters "k" and @@ -337,7 +337,7 @@ The innermost always has priority over any outer ones, and one applying to the whole expression has priority over any of the default settings that are described in the remainder of this section. -The Cfoo'|re/'Eflags' mode">> pragma can be used to set +The Cfoo'|re/"'/flags' mode">> pragma can be used to set default modifiers (including these) for regular expressions compiled within its scope. This pragma has precedence over the other pragmas listed below that change the defaults. diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 829401a..70f8675 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -279,7 +279,6 @@ pod/perlpodspec.pod Verbatim line length including indents exceeds 80 by 9 pod/perlpodstyle.pod Verbatim line length including indents exceeds 80 by 1 pod/perlport.pod Apparent broken link 27 pod/perlre.pod ? Should you be using L<...> instead of 2 -pod/perlre.pod Apparent broken link 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 -- 2.7.4