perlPackages.TextParsewords: init at 3.30
This commit is contained in:
@@ -22220,6 +22220,19 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
TextParsewords = buildPerlPackage {
|
||||
pname = "Text-Parsewords";
|
||||
version = "3.30";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz";
|
||||
hash = "sha256-heAjgXndQ5l+WMZr1RYRGCvH1TNQUCmi2w0yMu2v9eg=";
|
||||
};
|
||||
meta = {
|
||||
description = "Parse text into an array of tokens or array of arrays";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TextPasswordPronounceable = buildPerlPackage {
|
||||
pname = "Text-Password-Pronounceable";
|
||||
version = "0.30";
|
||||
|
||||
Reference in New Issue
Block a user