forked from mirrors/nixpkgs
perlPackages.TestMockGuard: init at 0.10
This commit is contained in:
parent
548108f8b5
commit
536d08cfbb
|
@ -12075,6 +12075,20 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
TestMockGuard = buildPerlModule rec {
|
||||
name = "Test-Mock-Guard-0.10";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/X/XA/XAICRON/${name}.tar.gz";
|
||||
sha256 = "7f228a63f8d6ceb92aa784080a13e85073121b2835eca06d794f9709950dbd3d";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassLoad ];
|
||||
meta = {
|
||||
homepage = https://github.com/zigorou/p5-test-mock-guard;
|
||||
description = "Simple mock test library using RAII";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TestMockModule = buildPerlModule {
|
||||
name = "Test-MockModule-0.11";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue