perl-Cookie-Baker: init at 0.06

This commit is contained in:
Robert Helgesson 2016-05-17 23:44:55 +02:00
parent a01b6a0d07
commit 76b6c5fbc7

View File

@ -2274,6 +2274,21 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ TestException Testuseok ];
};
CookieBaker = buildPerlModule rec {
name = "Cookie-Baker-0.06";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KA/KAZEBURO/${name}.tar.gz";
sha256 = "4b1fb173d6977af902fa018242a0b28099e5612a2fa43e0160380781f5d76ea0";
};
buildInputs = [ ModuleBuild TestTime ];
propagatedBuildInputs = [ URI ];
meta = {
homepage = https://github.com/kazeburo/Cookie-Baker;
description = "Cookie string generator / parser";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
CookieXS = buildPerlPackage rec {
name = "Cookie-XS-0.11";
src = fetchurl {