perlPackages.TestFutureIOImpl: init at 0.14

This commit is contained in:
Stig Palmquist 2023-10-16 22:37:50 +02:00
parent adad4d5375
commit bcc50dc436

View File

@ -24442,6 +24442,20 @@ with self; {
};
};
TestFutureIOImpl = buildPerlModule {
pname = "Test-Future-IO-Impl";
version = "0.14";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Test-Future-IO-Impl-0.14.tar.gz";
hash = "sha256-AH22GdPUljQyXFbvvKDh5Vdt0z95RV8t6llb5u344jU=";
};
propagatedBuildInputs = [ Test2Suite ];
meta = {
description = "Acceptance tests for C<Future::IO> implementations";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
TestHarnessStraps = buildPerlModule {
pname = "Test-Harness-Straps";
version = "0.30";