perldiag: reflow some entries for 80 cols.
authorFather Chrysostomos <sprout@cpan.org>
Mon, 14 Feb 2011 23:14:21 +0000 (15:14 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 15 Feb 2011 00:19:09 +0000 (16:19 -0800)
pod/perldiag.pod

index abe6e43..776c236 100644 (file)
@@ -5272,11 +5272,11 @@ expression pattern bracketed character class.
 
 =item Using just the first characters returned by \N{}
 
-(W) A charnames handler may return a sequence of characters.  There is a finite
-limit as to the number of characters that can be used, which this sequence
-exceeded.  In the message, the characters in the sequence are separated by
-dots, and each is shown by its ordinal in hex.  Anything to the left of the
-C<HERE> was retained; anything to the right was discarded.
+(W) A charnames handler may return a sequence of characters.  There is a
+finite limit as to the number of characters that can be used, which this
+sequence exceeded.  In the message, the characters in the sequence are
+separated by dots, and each is shown by its ordinal in hex.  Anything to
+the left of the C<HERE> was retained; anything to the right was discarded.
 
 =item Using !~ with %s doesn't make sense
 
@@ -5357,11 +5357,11 @@ known at compile time.  See L<perlre>.
 
 =item "%s" variable %s masks earlier declaration in same %s
 
-(W misc) A "my", "our" or "state" variable has been redeclared in the current
-scope or statement, effectively eliminating all access to the previous
-instance.  This is almost always a typographical error.  Note that the
-earlier variable will still exist until the end of the scope or until
-all closure referents to it are destroyed.
+(W misc) A "my", "our" or "state" variable has been redeclared in the
+current scope or statement, effectively eliminating all access to the
+previous instance.  This is almost always a typographical error.  Note
+that the earlier variable will still exist until the end of the scope
+or until all closure referents to it are destroyed.
 
 =item Variable syntax