[cpan2nix] perlPackages.TestMockClass: cleanup

This commit is contained in:
volth 2018-04-07 07:58:02 +00:00
parent 63391feef2
commit f514eb336c

View File

@ -14560,14 +14560,14 @@ let self = _self // overrides; _self = with self; {
};
};
TestMockClass = buildPerlPackage {
TestMockClass = buildPerlModule {
name = "Test-Mock-Class-0.0303";
src = fetchurl {
url = mirror://cpan/authors/id/D/DE/DEXTER/Test-Mock-Class-0.0303.tar.gz;
sha256 = "00pkfqcz7b34q1mvx15k46sbxs22zcrvrbv15rnbn2na57z54bnd";
};
buildInputs = [ ClassInspector TestUnitLite ];
propagatedBuildInputs = [ ExceptionBase FatalException Moose namespaceclean TestAssert ];
buildInputs = [ ClassInspector TestAssert TestUnitLite ];
propagatedBuildInputs = [ FatalException Moose namespaceclean ];
meta = with stdenv.lib; {
description = "Simulating other classes";
license = licenses.lgpl2Plus;