The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Text::Levenshtein::Damerau

0.11 Mon Oct 22 19:15:12 2012
	- Completely recoded to be more OO
	- Added ability to retrieve best match from a list
	- Added github repository to metadata
	- Added: utf8 tests, CaSE tests, pod_coverage tests
	- Added List::Util back

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