Revision history for Perl module Text::Levenshtein::Damerau
0.09 Sun Oct 21 19:52:16 2012
- Fixed file creation time error with cpan installation
0.08 Sun Oct 21 18:54:48 2012
- Documentation fix
- Removed List::Util in favor of local min subroutine
- return 0 without doing calculations if strings match
0.07 Sun Oct 21 14:35:11 2012
- use utf8;
- Added more tests
- Makefile updated: require List::Util, test_requires Test::More
0.06 Sat Oct 20 16:40:19 2012
- Added function dld (mirror of edistance) for clarity
- Modified documentation
- Added tests using Test::Base and Test::More
- Switched to Module::Install
0.05 Sat Sep 20 19:32:28 2012
- Corrected directory structure to install with cpanm
0.04 Sat Jun 20 14:34:43 2012
- original version; created by ExtUtils::ModuleMaker