From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Sun, 8 Jun 2008 09:02:12 +0000 (+0000)
Subject: Document new warning added by #34021
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=327323c1441f5da6b2f948a9c72f807c73101435;p=p5sagit%2Fp5-mst-13.2.git

Document new warning added by #34021

p4raw-id: //depot/perl@34022
---

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index b5f18dd..f5c61d7 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -3469,6 +3469,11 @@ port.  One can easily disable this by appropriate sighandlers, see
 L<perlipc/"Signals">.  See also "Process terminated by SIGTERM/SIGINT"
 in L<perlos2>.
 
+=item Prototype after '%c' for %s : %s
+
+(W syntax) A character follows % or @ in a prototype. This is useless,
+since % and @ gobble the rest of the subroutine arguments.
+
 =item Prototype mismatch: %s vs %s
 
 (S prototype) The subroutine being declared or defined had previously been