From 21356872813b49b5a6e47b9811ee856629dd25a2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 14:23:54 -0800 Subject: [PATCH] =?utf8?q?perldiag:=20Reflow=20=E2=80=98Having=20no=20spac?= =?utf8?q?e...=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This does not fit in an eighty-column terminal under ‘use diagnostics’. --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1