Skip to content

Commit

Permalink
perlPackages.TestExit: init at 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
akegalj committed Oct 26, 2024
1 parent a8637d2 commit 8af6d0c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25054,6 +25054,20 @@ with self; {
};
};

TestExit = buildPerlPackage {
pname = "Test-Exit";
version = "0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz";
hash = "sha256-+9qS034EgdGO68geSNAlIotXGExZstWm9r34cELox7I=";
};
propagatedBuildInputs = [ ReturnMultiLevel ];
meta = {
description = "Test whether code exits without terminating testing";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};

TestExpect = buildPerlPackage {
pname = "Test-Expect";
version = "0.34";
Expand Down

0 comments on commit 8af6d0c

Please sign in to comment.