perlPackages.TestMockGuard: init at 0.10

This commit is contained in:
Robin Bate Boerop 2016-03-26 14:53:23 -03:00 committed by Joachim Fasting
parent 548108f8b5
commit 536d08cfbb
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

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