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:
6ae9f32
)
Better perldiag heading for "\cX" deprecation warning
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Mon, 17 May 2010 09:47:48 +0000
(11:47 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Mon, 17 May 2010 09:47:48 +0000
(11:47 +0200)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
cf0c62a
..
3fd7ed8
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-1423,7
+1423,7
@@
valid magic number.
you have also specified an explicit size for the string. See
L<perlfunc/pack>.
-=item
\\c%c" more clearly written simply as "%c
+=item
"\c%c" more clearly written simply as "%c"
(D deprecated) The C<\cI<X>> construct is intended to be a way to specify
non-printable characters. You used it for a printable one, which is better