[cpan2nix] perlPackages.MooseXTraitsPluggable: cleanup

This commit is contained in:
volth 2018-04-07 07:57:57 +00:00
parent 78d83c15ca
commit b9f4db2d45
1 changed files with 2 additions and 3 deletions

View File

@ -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 {