This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #3330] warn on increment of an non number/non-magically incable value
authorTony Cook <tony@develop-help.com>
Thu, 3 Jul 2014 05:09:32 +0000 (15:09 +1000)
committerTony Cook <tony@develop-help.com>
Thu, 3 Jul 2014 05:55:21 +0000 (15:55 +1000)
commit3f7602fa4cd6923ae409dbb4a71c27905a0abd30
tree32a98b0a34f7d701b795dd205aa18ac6300e532d
parent7d59d161cb0d8b62aecb78fa8c5e011538e6a17e
[perl #3330] warn on increment of an non number/non-magically incable value

The original version of this patch, introduced in
v5.19.2-389-g8140a7a, warned confusingly when incrementing strings
like "123abc".  This version includes the fix patch from [perl
embed.fnc
embed.h
lib/diagnostics.t
numeric.c
perl.h
pod/perldiag.pod
proto.h
sv.c
t/lib/warnings/sv
t/op/inc.t