summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-02 08:18:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-11-02 08:18:15 +0000
commit9e81e6a1d25bde90d61da3e28538c936bc2133ae (patch)
treef893bc016f109bd25c811c6f296aed9505835731 /pod/perldiag.pod
parentfd550ca5b499626bda80de22d8c27e79f2805c9f (diff)
downloadperl-9e81e6a1d25bde90d61da3e28538c936bc2133ae.tar.gz
Reformulate an error
(so the error message given by "perl -M" is a bit more meaningful, as Jarkko pointed out) p4raw-id: //depot/perl@23465
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 71c3c2694b..ba0ad972ba 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2152,6 +2152,11 @@ ended earlier on the current line.
(W syntax) An underscore (underbar) in a numeric constant did not
separate two digits.
+=item Missing argument to -%c
+
+(F) The argument to the indicated command line switch must follow
+immediately after the switch, without intervening spaces.
+
=item Missing %sbrace%s on \N{}
(F) Wrong syntax of character name literal C<\N{charname}> within
@@ -2440,11 +2445,6 @@ your system.
(F) Configure didn't find anything resembling the setreuid() call for
your system.
-=item No space allowed after -%c
-
-(F) The argument to the indicated command line switch must follow
-immediately after the switch, without intervening spaces.
-
=item No %s specified for -%c
(F) The indicated command line switch needs a mandatory argument, but