On 02/25/2015 07:07 AM, Tony Cook via RT wrote: > On Mon Feb 23 16:54:54 2015, tonyc wrote: > > The problem is occuring in S_outside_integer() which is reporting the bottom of the range in this code: > > # an attempt to detect former effects of RT#79576, bug itself present between > # 0.08191 and 0.08209 inclusive (fixed in 0.08210 and higher) > my $stringifiable = 0; > > for my $i (0.. $#$bindattrs) { > > $stringifiable++ if ( length ref $bind->[$i][1] and is_plain_value($bind->[$i][1]) ); > > (the 0) as being out of range because Perl_isinfnan() is returning true. > While this issue has not been resolved, it will likely disappear from the BBC because the code in question is removed in [1] and will ship to CPAN in the next several hours. Please take steps to not lose track of this issue going towards 5.22. Cheers [1] https://github.com/dbsrgits/dbix-class/commit/cff17b977Thread Previous | Thread Next