From: Father Chrysostomos Date: Mon, 14 Feb 2011 23:14:21 +0000 (-0800) Subject: perldiag: reflow some entries for 80 cols. X-Git-Tag: accepted/trunk/20130322.191538~5555 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9cc85ad12a6f254083c5601b9f41cac7df6343f;p=platform%2Fupstream%2Fperl.git perldiag: reflow some entries for 80 cols. --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index abe6e43..776c236 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -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 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 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. =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