summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-11-26 11:18:52 +1100
committerTony Cook <tony@develop-help.com>2015-12-07 13:48:08 +1100
commit817e3e2c67db64af99b44c781b75ef9f01fc619a (patch)
treebb6f4ca6cbd96c78d4dfb3ba9067d2858a861c28 /pod/perldiag.pod
parent4bb6c75a4739d76a16dc0dc46dc4f7ad8c8a0b73 (diff)
downloadperl-817e3e2c67db64af99b44c781b75ef9f01fc619a.tar.gz
[perl #123991] report an error if we can't parse the number after -C
Diffstat (limited to 'pod/perldiag.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 51743733c1..803f3a04ae 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2657,6 +2657,11 @@ provides a list context to its subscript, which can do weird things
if you're expecting only one subscript. When called in list context,
it also returns the key in addition to the value.
+=item Invalid number '%s' for -C option.
+
+(F) You supplied number to the -C option that either has extra leading
+zeroes or overflows perl's unsigned integer representation.
+
=item %s() is deprecated on :utf8 handles
(W deprecated) The sysread(), recv(), syswrite() and send() operators