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:
6c107ea
)
perldiag: Remove quotes around message
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 07:55:40 +0000
(23:55 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 14 Feb 2011 07:55:40 +0000
(23:55 -0800)
The quotes might make podchecker happy, but they cause this entry to
be formatted differently from the rest.
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
1ce25cb
..
b1e4c6a
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-4156,7
+4156,7
@@
for Perl to detect the end of the clause properly. The <-- HERE shows in
the regular expression about where the problem was discovered. See
L<perlre>.
-=item
"500 Server error"
+=item
Z<>500 Server error
See Server error.