Change 34022 by [EMAIL PROTECTED] on 2008/06/08 09:02:12

        Document new warning added by #34021

Affected files ...

... //depot/perl/pod/perldiag.pod#496 edit

Differences ...

==== //depot/perl/pod/perldiag.pod#496 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#495~33849~    2008-05-18 00:55:44.000000000 -0700
+++ perl/pod/perldiag.pod       2008-06-08 02:02:12.000000000 -0700
@@ -3469,6 +3469,11 @@
 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
End of Patch.

Reply via email to