diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-01-05 15:27:35 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-13 09:58:38 -0700 |
commit | 9fef6a0d04f0ff51fd6182e37d56e3439312a445 (patch) | |
tree | 671bb084690f378babb606b9901d9eba94554ca7 /t | |
parent | ba05a734abc139486481541de5692c30c0ec39e4 (diff) | |
download | perl-9fef6a0d04f0ff51fd6182e37d56e3439312a445.tar.gz |
perlop: Typos, too long lines, corrections
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 5fc8bfbefe..c4b487cb67 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -253,7 +253,7 @@ pod/perlnewmod.pod Verbatim line length including indents exceeds 79 by 1 pod/perlobj.pod Apparent broken link 1 pod/perlootut.pod ? Should you be using F<...> or maybe L<...> instead of 1 pod/perlootut.pod Apparent internal link is missing its forward slash 16 -pod/perlop.pod Verbatim line length including indents exceeds 79 by 30 +pod/perlop.pod Verbatim line length including indents exceeds 79 by 29 pod/perlos2.pod ? Should you be using L<...> instead of 2 pod/perlos2.pod Verbatim line length including indents exceeds 79 by 22 pod/perlos390.pod Verbatim line length including indents exceeds 79 by 11 |