This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libtext-levenshtein-damerau-perl.
commit 6f4817406b3b29506eeda710ce65c780174060c5 Author: Dominique Dumont <[email protected]> Date: Wed Jul 15 19:57:14 2015 +0200 control: updated description --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 788e749..4da6c11 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,6 @@ Description: Edit distance calculator with Damerau Levenshtein algorithm edit distance of strings with adjacent transpositions. Useful for fuzzy matching, DNA variation metrics, and fraud detection. . - Defaults to using Pure Perl Text::Levenshtein::Damerau::PP, but has an - XS addon Text::Levenshtein::Damerau::XS for massive speed - imrovements. Works correctly with utf8 if backend supports it. + Defaults to using Pure Perl Text::Levenshtein::Damerau::PP. This + module can use Text::Levenshtein::Damerau::XS for massive speed + improvements. Works correctly with utf8 if backend supports it. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-levenshtein-damerau-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
