diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-28 16:04:03 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-28 19:00:04 -0600 |
commit | 42ac7c822a13890a980bfef2be5b764fc4ac6932 (patch) | |
tree | 52d63b0c47c95670518605b8bb49451bb6599bfd /t | |
parent | 370155bea3cddf3590eaab74c59702a9b22f5d0b (diff) | |
download | perl-42ac7c822a13890a980bfef2be5b764fc4ac6932.tar.gz |
perlre: Change C<> to L<>
Diffstat (limited to 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |