This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 817e3e2c6
authorTony Cook <tony@develop-help.com>
Mon, 7 Dec 2015 03:08:11 +0000 (14:08 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 7 Dec 2015 03:08:11 +0000 (14:08 +1100)
and a small typo fix

pod/perldelta.pod
pod/perldiag.pod

index 34d73f0..696c9f7 100644 (file)
@@ -202,7 +202,11 @@ and New Warnings
 
 =item *
 
-XXX L<message|perldiag/"message">
+L<message|perldiag/"Invalid number '%s' for -C option.">
+
+(F) You supplied a number to the -C option that either has extra leading
+zeroes or overflows perl's unsigned integer representation.
+
 
 =back
 
index 803f3a0..237b171 100644 (file)
@@ -2659,7 +2659,7 @@ 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
+(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