diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-08 09:02:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-08 09:02:12 +0000 |
commit | 327323c1441f5da6b2f948a9c72f807c73101435 (patch) | |
tree | 45bab1051e92c782bf6dac065342343893db8231 /pod | |
parent | 9e8d7757ba54bcb0e5a4571f5fbc9ca113df7b70 (diff) | |
download | perl-327323c1441f5da6b2f948a9c72f807c73101435.tar.gz |
Document new warning added by #34021
p4raw-id: //depot/perl@34022
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index b5f18dd467..f5c61d70c2 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 |