perldiag: Add missing variant of proto warning
authorFather Chrysostomos <sprout@cpan.org>
Thu, 21 Jul 2011 16:37:42 +0000 (09:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Jul 2011 19:24:04 +0000 (12:24 -0700)
This is already listed, but without the ‘after '_'’ bit, so splain
couldn’t find it.

pod/perldiag.pod

index 51a19e7d1c6fc586f8d6a1440f11ccec75b58c70..483d164f496f42a4caa4d21d8c03117d93b4ac63 100644 (file)
@@ -2042,6 +2042,11 @@ been used, and the correct charname handler is in scope.
 binary number.  Interpretation of the binary number stopped before the
 offending digit.
 
+=item Illegal character after '_' in prototype for %s : %s
+
+(W illegalproto) An illegal character was found in a prototype declaration.
+Legal characters in prototypes are $, @, %, *, ;, [, ], &, \, and +.
+
 =item Illegal character \%o (carriage return)
 
 (F) Perl normally treats carriage returns in the program text as it