summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorhv@crypt.org <hv@crypt.org>2009-12-06 22:24:39 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-12-06 22:24:39 +0100
commit7baa46900628573770d962400725b38c0773bf47 (patch)
treec7f94bcce20bc62e5db0eb9f1307b815e8b4e284 /pod
parent2a12fdfc8231e1ef9e624e5f6dac620de236e884 (diff)
downloadperl-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.pod5
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