From 7baa46900628573770d962400725b38c0773bf47 Mon Sep 17 00:00:00 2001 From: "hv@crypt.org" Date: Sun, 6 Dec 2009 22:24:39 +0100 Subject: [perl #71000] Wrong variable name in warning Add a new warning "Missing argument in %s" --- pod/perldiag.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pod') 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 -- cgit v1.2.1