The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2014-04-23

  • Completely rewrote module, based on the "iterative with two matrix rows" version on the Wikipedia page. Added three new testsuites.
  • Use List::Util::min()
  • Drop the '&' before 'fastdistance' in the doc. RT#42535
  • Moved module to lib/Text/Levenshtein.pm
  • Moved test.pl to t/01-original.t and changed it to be a proper testsuite
  • Removed META.yml so metadata files will be generated
  • Specified min perl version as 5.6.0
  • Added a bunch of similar modules to the SEE ALSO section
  • Added an explicit COPYRIGHT AND LICENSE section in pod
  • Added github repo to pod (and to the metadata)
  • Reformatted Changes as per CPAN::Changes::Spec

Changes for version 0.06_01 - 2008-05-14

  • Bugfixes, especially 26134

Modules

calculate the Levenshtein edit distance between two strings