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

0.43      2014-10-15 10:45:00-04:00 America/New_York
    - brackets in XS init for C89 compatability

0.428     2014-10-14 22:44:32-04:00 America/New_York
    - Removed travis-ci/coveralls badges until I figure out Dist::Zilla better

0.427     2014-10-14 22:31:47-04:00 America/New_York
    - Update .travis.yml to build/test properly with Dist::Zilla

0.426     2014-10-14 15:19:12-04:00 America/New_York
    - Dist::Zilla
    - New max distance algorithm bug fix (github issue #7). Caught by nglenn@cpan.org

0.42 2014-10-12 14:07:31-04:00 America/New_York
    - CPAN release of 0.41_02 features/updates

0.41_02 2014-10-12 12:04:49-04:00 America/New_York
    - max_distance functionality added
    - tests for max_distance
    - Change how the return value is placed on the stack (now using XPUSH instead of modifying TARG)
    - memory leak author test

0.40 2014-10-11 01:20:21-04:00 America/New_York
    - I guess 0.3 > 0.31

0.31 2014-10-11 01:11:46-04:00 America/New_York
    - Fixed: https://rt.cpan.org/Public/Bug/Display.html?id=99413
    - Using 2 row algorithm instead of slength x tlength matrix

0.30_01 2014-10-10 15:03:02-04:00 America/New_York
    - https://rt.cpan.org/Public/Bug/Display.html?id=99413 Not sure the source of this bug. Just putting up to test.

0.30 2013-01-20 23:38:11-04:00 America/New_York
    - alloca changed to malloc
    - associated memory managment
    - ppm should build now

0.20  2013-01-18 23:22:31-04:00 America/New_York
    - MIN/MAX macros added
    - loops combined

0.10 2013-10-14 01:20:51-04:00 America/New_York
    - Initial release.