We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8637d2 commit 8af6d0cCopy full SHA for 8af6d0c
pkgs/top-level/perl-packages.nix
@@ -25054,6 +25054,20 @@ with self; {
25054
};
25055
25056
25057
+ TestExit = buildPerlPackage {
25058
+ pname = "Test-Exit";
25059
+ version = "0.11";
25060
+ src = fetchurl {
25061
+ url = "mirror://cpan/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz";
25062
+ hash = "sha256-+9qS034EgdGO68geSNAlIotXGExZstWm9r34cELox7I=";
25063
+ };
25064
+ propagatedBuildInputs = [ ReturnMultiLevel ];
25065
+ meta = {
25066
+ description = "Test whether code exits without terminating testing";
25067
+ license = with lib.licenses; [ artistic1 gpl1Plus ];
25068
25069
25070
+
25071
TestExpect = buildPerlPackage {
25072
pname = "Test-Expect";
25073
version = "0.34";
0 commit comments