From: Father Chrysostomos Date: Sun, 13 Feb 2011 22:23:54 +0000 (-0800) Subject: perldiag: Reflow ‘Having no space...’ X-Git-Tag: v5.13.10~270 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/21356872813b49b5a6e47b9811ee856629dd25a2 perldiag: Reflow ‘Having no space...’ This does not fit in an eighty-column terminal under ‘use diagnostics’. --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index a8acb04..65341ba 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1997,8 +1997,8 @@ without an intervening space. For example, the two constructs: $a =~ m/$foo/sand $bar $a =~ m/$foo/s and $bar -both currently mean the same thing, but it is planned to disallow the first form -in Perl 5.16. And, +both currently mean the same thing, but it is planned to disallow the first +form in Perl 5.16. And, $a =~ m/$foo/and $bar