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;