diff options
author | hv@crypt.org <hv@crypt.org> | 2009-12-06 22:24:39 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-06 22:24:39 +0100 |
commit | 7baa46900628573770d962400725b38c0773bf47 (patch) | |
tree | c7f94bcce20bc62e5db0eb9f1307b815e8b4e284 /pod | |
parent | 2a12fdfc8231e1ef9e624e5f6dac620de236e884 (diff) | |
download | perl-7baa46900628573770d962400725b38c0773bf47.tar.gz |
[perl #71000] Wrong variable name in warning
Add a new warning "Missing argument in %s"
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 42fe77ecee..a031b245ff 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2425,6 +2425,11 @@ ended earlier on the current line. (W syntax) An underscore (underbar) in a numeric constant did not separate two digits. +=item Missing argument in %s + +(W uninitialized) A printf-type format required more arguments than were +supplied. + =item Missing argument to -%c (F) The argument to the indicated command line switch must follow |