Revision history for Perl module Text::Levenshtein::Damerau
0.19 Thu Oct 25 00:02:39 2012
- Test consolidation; All tests use Test::More, removed Test::Base tests
- Passes use strict by checking dld if its a reference
- Perl::Tidy'd
- Pure perl functionality finalized, working on Inline::C backend to do heavy lifting
0.18 Tues Oct 23 23:47:03 2012
- MORE TESTS
- fixed error with dld_best_distance
- I'm sure CPAN authors everywhere are laughing at the number of releases per day :)
0.17 Tues Oct 23 21:23:17 2012
- Documentation clarifications
0.16 Tues Oct 23 19:23:30 2012
- Documentation updates
- Argument/return changes
0.15 Tues Oct 23 13:20:42 2012
- Documentation updates
0.14 Tues Oct 23 01:51:29 2012
- Fixed documentation formatting ruining source
- Sorry CPAN! :(
0.12 Mon Oct 22 23:28:40 2012
- Documentation updates
- Returned exportable edistance() function
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