List all proto chars in perldiag
authorFather Chrysostomos <sprout@cpan.org>
Sun, 13 Feb 2011 22:26:52 +0000 (14:26 -0800)
committerFather 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

index 65341ba..cd7b1ca 100644 (file)
@@ -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