perl-MooseX-Traits: 0.11 -> 0.13
This commit is contained in:
parent
c2a6eb8b4c
commit
f1445f1927
@ -8590,13 +8590,18 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
MooseXTraits = buildPerlPackage rec {
|
MooseXTraits = buildPerlPackage rec {
|
||||||
name = "MooseX-Traits-0.11";
|
name = "MooseX-Traits-0.13";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "0sqmpf2kw25847fwrrwpcfhrq694bgs8jbix7qxp9qyjm769np6n";
|
sha256 = "74afe0c4faf4e3b97c57f289437caa60becca34cd5821f489dd4cc9da4fbe29a";
|
||||||
|
};
|
||||||
|
buildInputs = [ ModuleBuildTiny Moose MooseXRoleParameterized TestFatal TestRequires TestSimple ];
|
||||||
|
propagatedBuildInputs = [ ClassLoad Moose SubExporter namespaceautoclean ];
|
||||||
|
meta = {
|
||||||
|
homepage = https://github.com/moose/MooseX-Traits;
|
||||||
|
description = "Automatically apply roles at object creation time";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
buildInputs = [ TestException Testuseok ];
|
|
||||||
propagatedBuildInputs = [ ClassMOP Moose namespaceautoclean ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXTraitsPluggable = buildPerlPackage rec {
|
MooseXTraitsPluggable = buildPerlPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user