Subject: | Division by zero in nearest if precision is 0 |
% perl -MMath::Round -E 'say nearest(0, 1)'
Illegal division by zero at
/usr/lib/perl5/vendor_perl/5.10.0/Math/Round.pm line 85.
Instead of this error message, the routine should croak if its first arg
is zero.