Revision history for Perl extension Text::Levenshtein::Flexible.
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