Subject: | New warning in bleadperl reveals long standing bug |
Since bleadperl v5.15.6-560-g9d51dce there is a new warning for not
supported or misspelled overload ops. Since then the use of Test::Block
generates a warning:
overload arg '+0' is invalid at
/home/src/perl/repoperls/installed-perls/perl/v5.15.6-560-g9d51dce/127e/lib/5.15.6/overload.pm
line 34.
The correct invocation would be '0+' instead of '+0'.
Now some users of Test::Block will get fail reports if they are also
using Test::NoWarnings or something like that, as e.g.
NKH/Carp-Diagnostics-0.05.3.tar.gz