This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca4a98
)
perldiag: Reflow ‘Having no space...’
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 22:23:54 +0000
(14:23 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 22:23:54 +0000
(14:23 -0800)
This does not fit in an eighty-column terminal under ‘use
diagnostics’.
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
a8acb04
..
65341ba
100644
(file)
--- 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