From 2e9cc7ef5ebbba9f26546820a94030494daced7d Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 14:26:52 -0800 Subject: [PATCH] List all proto chars in perldiag MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The description for ‘Illegal character in prototype’ did not include the new + prototype. --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 65341ba..cd7b1ca 100644 --- 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 -- 1.8.3.1