[cpan2nix] perlPackages.TestMockClass: cleanup
This commit is contained in:
parent
63391feef2
commit
f514eb336c
@ -14560,14 +14560,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestMockClass = buildPerlPackage {
|
TestMockClass = buildPerlModule {
|
||||||
name = "Test-Mock-Class-0.0303";
|
name = "Test-Mock-Class-0.0303";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DE/DEXTER/Test-Mock-Class-0.0303.tar.gz;
|
url = mirror://cpan/authors/id/D/DE/DEXTER/Test-Mock-Class-0.0303.tar.gz;
|
||||||
sha256 = "00pkfqcz7b34q1mvx15k46sbxs22zcrvrbv15rnbn2na57z54bnd";
|
sha256 = "00pkfqcz7b34q1mvx15k46sbxs22zcrvrbv15rnbn2na57z54bnd";
|
||||||
};
|
};
|
||||||
buildInputs = [ ClassInspector TestUnitLite ];
|
buildInputs = [ ClassInspector TestAssert TestUnitLite ];
|
||||||
propagatedBuildInputs = [ ExceptionBase FatalException Moose namespaceclean TestAssert ];
|
propagatedBuildInputs = [ FatalException Moose namespaceclean ];
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simulating other classes";
|
description = "Simulating other classes";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user