[perl #121771] this new diagnostic was removed in 2e6f7c2a54
authorTony Cook <tony@develop-help.com>
Wed, 7 May 2014 01:19:17 +0000 (11:19 +1000)
committerRicardo Signes <rjbs@cpan.org>
Mon, 12 May 2014 14:56:47 +0000 (10:56 -0400)
Porting/perl5200delta.pod

index 01c5716..2bd7960 100644 (file)
@@ -907,14 +907,6 @@ made fatal via C<< use warnings FATAL => 'deprecated' >> (now they can).
 
 =item *
 
-L<Argument "%s" treated as 0 in increment (++)|perldiag/"Argument "%s" 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.
-
-=item *
-
 L<Attribute prototype(%s) discards earlier prototype attribute in same sub|perldiag/"Attribute prototype(%s) discards earlier prototype attribute in same sub">
 
 (W misc) A sub was declared as sub foo : prototype(A) : prototype(B) {}, for