diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-28 16:19:39 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-28 19:00:04 -0600 |
commit | 70ca8714dc7a3834580af44acc6d3aa9ff796b98 (patch) | |
tree | 39f563798a63b244f7a7db8b577ea355a7507696 /t | |
parent | d1fbf752a97d4993a36d3721064a75cd61940701 (diff) | |
download | perl-70ca8714dc7a3834580af44acc6d3aa9ff796b98.tar.gz |
perlre: Fix some line wrap issues
This fixes some verbatim text exceeding an 80 column window by shortening
two =over amounts.
Diffstat (limited to 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 4d11a954cc..80c77fb21f 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -283,7 +283,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 1 -pod/perlre.pod Verbatim line length including indents exceeds 80 by 5 pod/perlreapi.pod Verbatim line length including indents exceeds 80 by 17 pod/perlrebackslash.pod Verbatim line length including indents exceeds 80 by 1 pod/perlref.pod Verbatim line length including indents exceeds 80 by 1 |