perlPackages.TextFuzzy: init at 0.29

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 11:44:38 +01:00 committed by thomassdk
parent 6fd8ff4389
commit d3df49e778

View file

@ -22118,6 +22118,19 @@ let
};
};
TextFuzzy = buildPerlPackage {
pname = "Text-Fuzzy";
version = "0.29";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BK/BKB/Text-Fuzzy-0.29.tar.gz";
sha256 = "3df5cfd2ca1a4c5ca7ff7bab3cc8d53ad2064e134cbf11004f3cf8c4b9055bff";
};
meta = {
description = "Partial string matching using edit distances";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
TextGerman = buildPerlPackage {
pname = "Text-German";
version = "0.06";