[cpan2nix] perlPackages.MooseXTraitsPluggable: cleanup
This commit is contained in:
parent
78d83c15ca
commit
b9f4db2d45
|
@ -10298,9 +10298,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
||||||
sha256 = "1jjqmcidy4kdgp5yffqqwxrsab62mbhbpvnzdy1rpwnb1savg5mb";
|
sha256 = "1jjqmcidy4kdgp5yffqqwxrsab62mbhbpvnzdy1rpwnb1savg5mb";
|
||||||
};
|
};
|
||||||
buildInputs =[ TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [ ListMoreUtils Moose namespaceautoclean ];
|
||||||
[ ClassMOP Moose namespaceautoclean ListMoreUtils ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
MooseXTypes = buildPerlModule rec {
|
MooseXTypes = buildPerlModule rec {
|
||||||
|
|
Loading…
Reference in New Issue