Merge pull request #81180 from stigtsp/package/perl-text-lorem-init

perlPackages.TextLorem: init at 0.3
This commit is contained in:
Aaron Andersen
2020-02-29 10:21:25 -05:00
committed by GitHub

View File

@@ -19276,6 +19276,20 @@ let
buildInputs = [ FileFindRule TestPod TestPodCoverage ];
};
TextLorem = buildPerlModule {
pname = "Text-Lorem";
version = "0.3";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AD/ADEOLA/Text-Lorem-0.3.tar.gz";
sha256 = "64bb636fb21213101a646b414ecbdc1b55edf905cbcdc7f5d24774ec5061fe2d";
};
meta = {
description = "Generate random Latin looking text";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
TestManifest = buildPerlPackage {
pname = "Test-Manifest";
version = "2.021";