This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #3330/8140a7a
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 13:02:04 +0000 (06:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 13:02:56 +0000 (06:02 -0700)
pod/perldelta.pod

index e0b5eb7..115272c 100644 (file)
@@ -315,7 +315,13 @@ XXX L<message|perldiag/"message">
 
 =item *
 
-XXX L<message|perldiag/"message">
+L<Argument "%s" treated as 0 in increment (++)|perldiag/"Argument
+E<quot>%sE<quot> treated as 0 in increment (++)">
+
+(W numeric) The indicated string was fed as an argument to the C<++>
+operator which expects either a number or a string matching
+C</^[a-zA-Z]*[0-9]*\z/>.  See L<perlop/Auto-increment and
+Auto-decrement> for details.
 
 =back