perlPackages.EmailStuffer: init at 0.018

This commit is contained in:
Stig Palmquist 2021-02-03 11:03:28 +01:00
parent df18d77f1e
commit ed451f314e

View File

@ -6986,6 +6986,23 @@ let
};
};
EmailStuffer = buildPerlPackage {
pname = "Email-Stuffer";
version = "0.018";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/Email-Stuffer-0.018.tar.gz";
sha256 = "02wapphmcqbl1sg32x2az863lz5bb2dlckibxfqrjdlny27a406h";
};
buildInputs = [ Moo TestFatal ];
propagatedBuildInputs = [ EmailMIME EmailSender ModuleRuntime ParamsUtil ];
meta = {
homepage = "https://github.com/rjbs/Email-Stuffer";
description = "A more casual approach to creating and sending Email:: emails";
license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ sgo ];
};
};
EmailValid = buildPerlPackage {
pname = "Email-Valid";
version = "1.202";