perlPackages.TestDiagINC: init at 0.010

This commit is contained in:
Stig Palmquist 2023-10-16 23:41:59 +02:00
parent 3b6189396b
commit f6ac97dde2

View File

@ -24241,6 +24241,21 @@ with self; {
};
};
TestDiagINC = buildPerlPackage {
pname = "Test-DiagINC";
version = "0.010";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DAGOLDEN/Test-DiagINC-0.010.tar.gz";
hash = "sha256-W8uNNWxQnjWdU9hpwH79qo/uXWz5mJcBi5qRTOshIi4=";
};
buildInputs = [ CaptureTiny ];
meta = {
homepage = "https://github.com/dagolden/Test-DiagINC";
description = "List modules and versions loaded if tests fail";
license = lib.licenses.asl20;
};
};
TestDir = buildPerlPackage {
pname = "Test-Dir";
version = "1.16";