perlPackages.MockMonkeyPatch: init at 1.02

This commit is contained in:
Stig Palmquist 2023-10-17 00:05:27 +02:00
parent 5fb2347882
commit 61d84b8bed

View File

@ -17651,6 +17651,20 @@ with self; {
};
};
MockMonkeyPatch = buildPerlModule {
pname = "Mock-MonkeyPatch";
version = "1.02";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JB/JBERGER/Mock-MonkeyPatch-1.02.tar.gz";
hash = "sha256-xbaUTKVP6DVXN2cwYO1OnvhyNyZXfXluHK5eVr8bAYE=";
};
buildInputs = [ ModuleBuildTiny ];
meta = {
description = "Monkey patching with test mocking in mind";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
Mouse = buildPerlModule {
pname = "Mouse";
version = "2.5.10";