Subject: | POD error |
There's UTF-8 here:
https://metacpan.org/source/NEILB/Text-Levenshtein-0.07/lib/Text/Levenshtein.pm#L138
The hyphen is utf-8 causing a pod error. See the bottom of here:
https://metacpan.org/pod/Text::Levenshtein
I tested this module for UTF-8 correctness, & it passes. I submitted one test on github.
Also Text::Fuzzy, my module, is mostly for scanning over arrays to find a nearest fuzzy match. It's actually an outgrowth of CPAN::Nearest, which was a rejected module for searching over CPAN distributions.