From: Karl Williamson Date: Sat, 28 May 2011 22:19:39 +0000 (-0600) Subject: perlre: Fix some line wrap issues X-Git-Tag: accepted/trunk/20130322.191538~4030 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70ca8714dc7a3834580af44acc6d3aa9ff796b98;p=platform%2Fupstream%2Fperl.git perlre: Fix some line wrap issues This fixes some verbatim text exceeding an 80 column window by shortening two =over amounts. --- diff --git a/pod/perlre.pod b/pod/perlre.pod index f779b8b..c2a8bfb 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -850,7 +850,7 @@ construct because 1) question marks are rare in older regular expressions, and 2) whenever you see one, you should stop and "question" exactly what is going on. That's psychology.... -=over 10 +=over 4 =item C<(?#text)> X<(?#)> @@ -1619,7 +1619,7 @@ Use C to localize changes to them to a specific scope if necessary. If a pattern does not contain a special backtracking verb that allows an argument, then C<$REGERROR> and C<$REGMARK> are not touched at all. -=over 4 +=over 3 =item Verbs that take an argument diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 4d11a95..80c77fb 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