diff options
-rw-r--r-- | pod/perlre.pod | 2 | ||||
-rw-r--r-- | t/porting/known_pod_issues.dat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 7b60a82023..2af5779f16 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -1738,7 +1738,7 @@ failing the match and has provided its own name to use, the C<$REGERROR> variable will be set to the name of the most recently executed C<(*MARK:NAME)>. -See C<(*SKIP)> for more details. +See L</(*SKIP)> for more details. As a shortcut C<(*MARK:NAME)> can be written C<(*:NAME)>. diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 49f8cedb33..4a503d163c 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -282,7 +282,7 @@ pod/perlperf.pod Verbatim line length including indents exceeds 80 by 154 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 ? Should you be using L<...> instead of 1 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 |