perlPackages.TestExpect: init at 0.34

This commit is contained in:
Stig Palmquist 2020-09-16 14:23:21 +02:00
parent 498cf5c5cc
commit c035336f1c
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -19468,6 +19468,20 @@ let
propagatedBuildInputs = [ SubUplevel ];
};
TestExpect = buildPerlPackage {
pname = "Test-Expect";
version = "0.34";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPS/Test-Expect-0.34.tar.gz";
sha256 = "2628fcecdda5f649bd25323f646b96a1a07e4557cadcb327c9bad4dc41bbb999";
};
propagatedBuildInputs = [ ClassAccessorChained ExpectSimple ];
meta = {
description = "Automated driving and testing of terminal-based programs";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
TestFailWarnings = buildPerlPackage {
pname = "Test-FailWarnings";
version = "0.008";