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:
2135687
)
List all proto chars in perldiag
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 22:26:52 +0000
(14:26 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 13 Feb 2011 22:26:52 +0000
(14:26 -0800)
The description for ‘Illegal character in prototype’ did not include
the new + prototype.
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
65341ba
..
cd7b1ca
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-2045,7
+2045,7
@@
to your Perl administrator.
=item Illegal character in prototype for %s : %s
(W illegalproto) An illegal character was found in a prototype declaration.
-Legal characters in prototypes are $, @, %, *, ;, [, ], &,
and \
.
+Legal characters in prototypes are $, @, %, *, ;, [, ], &,
\, and +
.
=item Illegal declaration of anonymous subroutine