Revision history for Perl module Text::Levenshtein::Damerau
0.39 ?
- Exporter 'import' 5.6 hack removed
- List::Util min check removed (used full time)
0.38 Wed Jan 16 14:52:44 2013
- Variable name clarifications
- ::PP refactoring/optimizations
- Declaration changes
0.37 Thu Jan 10 00:18:41 2013
- Optimizations in ::PP
0.36 Thu Dec 13 00:45:41
- MIN_PERL_VERSION added back to Makefile using different number format
0.35 Sat Dec 08 23:40:10 2012
- Support for Perls earlier than 5.8 dropped (ha!)
0.34 Thu Dec 06 02:18:37 2012
- another utf8 update for 5.6
0.33 Sun Nov 30 10:53:13 2012
- utf8 changes for a Perl 5.6 test failure
0.32 Sun Nov 25 12:31:42 2012
- Small optimization in backend selection
- Exporter import error in older Exporter/Perl fixed
0.31 Sun Nov 18 18:14:31 2012
- Moved pod tests to /xt
- Doc updates
0.30 Wed Nov 13 17:34:19 2012
- max distance added to stop calculations at a certain distance
0.29 Sun Oct 28 02:08:19 2012
- Hardcoded Makefile.PL values
0.28 Sat Oct 27 20:33:14 2012
- Document updates
0.27 Sat Oct 27 20:33:14 2012
- Modified _set_backend to test passed module::function for valid return value, ignoring the change request on failure.
0.26 Sat Oct 27 18:29:57 2012
- Fixed pod utf8 stuff
0.25 Sat Oct 27 15:58:22 2012
- Document updates
0.24 Sat Oct 27 02:40:38 2012
- Removed List::Util from ::PP
- Fixed dld_best_match so it correctly passed the entire argument hash ref
- Allow changing of backend at run time via dld
- Document updates
0.23 Fri Oct 26 17:39:51 2012
- Moved edistance to ::PP sub module. Adding a ::XS distro engine to do the heavy lifting of edistance in C if available.
- Lots of refactoring
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