Skip to content

Commit 8af6d0c

Browse files
committed
perlPackages.TestExit: init at 0.11
1 parent a8637d2 commit 8af6d0c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25054,6 +25054,20 @@ with self; {
2505425054
};
2505525055
};
2505625056

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+
2505725071
TestExpect = buildPerlPackage {
2505825072
pname = "Test-Expect";
2505925073
version = "0.34";

0 commit comments

Comments
 (0)