perlre: Fix some line wrap issues
authorKarl Williamson <public@khwilliamson.com>
Sat, 28 May 2011 22:19:39 +0000 (16:19 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 29 May 2011 01:00:04 +0000 (19:00 -0600)
This fixes some verbatim text exceeding an 80 column window by shortening
two =over amounts.

pod/perlre.pod
t/porting/known_pod_issues.dat

index f779b8b..c2a8bfb 100644 (file)
@@ -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<local> 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
 
index 4d11a95..80c77fb 100644 (file)
@@ -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