The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Text::Levenshtein::Flexible.

0.09  2014-06-07
    * print "I will not make any last-minute changes to tests\n" x 100;

0.08  2014-06-06
    * Converted the list methods (*_all) to XS, resulting in a big speedup when
      testing large lists of strings.
    * Raised the string size limit to 16 KiB
    * Fixed benchmark (thanks to Nick Logan); added benchmark against
      Text::LevenshteinXS and Text::Fuzzy
    * Added some memory leak tests requiring Test::LeakTrace

0.07  2014-06-03
    * Last version slowed things down a bit for compatibility's sake. Fixed
      using a check for C99

0.06  2014-06-02
    * Fixed some Kwalitee complaints: license, min Perl version etc.
    * Should work with C89 compilers now

0.05  2014-05-21
    * Now using Newx/Safefree for object con-/destruction. This should fix
      runtime errors on Windows.

0.04  2014-05-19
    * Removed autogenerated requirement of 5.14.2
    * Removed unused Autoloader code

0.03  2014-05-11
    * new() arguments are actually optional now as documented for 0.02 already.
    * New tests for Unicode strings
    * First CPAN release

0.02  2014-05-10
    * Implemented OO interface
    * Wrote some POD

0.01  2014-03-23
    * First internal version