perlPackages.TestMockHTTPTiny: init at 0.002

This commit is contained in:
Stig Palmquist 2022-08-14 16:17:58 +02:00
parent 6512b21eab
commit 3d058aeef7
No known key found for this signature in database
GPG Key ID: 6A0B75A8D9DCC005

View File

@ -22605,6 +22605,21 @@ let
};
};
TestMockHTTPTiny = buildPerlPackage {
pname = "Test-Mock-HTTP-Tiny";
version = "0.002";
src = fetchurl {
url = "mirror://cpan/authors/id/O/OD/ODYNIEC/Test-Mock-HTTP-Tiny-0.002.tar.gz";
sha256 = "sha256-+c+tfYUEZQvtNJO8bSyoLXuRvDcTyGxDXnXriKxb5eY=";
};
propagatedBuildInputs = [ TestDeep URI ];
meta = {
homepage = "https://github.com/odyniec/p5-Test-Mock-HTTP-Tiny.git";
description = "Record and replay HTTP requests/responses with HTTP::Tiny";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
TestMockModule = buildPerlModule {
pname = "Test-MockModule";
version = "0.175.0";