summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-13 14:23:54 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-13 14:23:54 -0800
commit21356872813b49b5a6e47b9811ee856629dd25a2 (patch)
tree2b76657d301cd0f2bea6dec38e5912534de05f5e /pod
parentbca4a9869085037a38c326129bc0e096967afd57 (diff)
downloadperl-21356872813b49b5a6e47b9811ee856629dd25a2.tar.gz
perldiag: Reflow ‘Having no space...’
This does not fit in an eighty-column terminal under ‘use diagnostics’.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index a8acb04ecf..65341ba1a1 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