Skip Menu |

This queue is for tickets about the Love-Match-Calc CPAN distribution.

Report information
The Basics
Id: 83734
Status: resolved
Priority: 0/
Queue: Love-Match-Calc

People
Owner: Nobody in particular
Requestors: ttatsumi [...] ra2.so-net.ne.jp
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.2
Fixed in: (no value)



Subject: Illegal division by zero
Hi,Stefan I found a critical bug. In the case below,Illegal division by zero happened. use Love::Match::Calc; my $first ="HIGU"; my $second ="KOGA"; my $result = lovematch($first, $second); print $result;
fixed in 0.3