Commit 8af6d0ce authored by Ante Kegalj's avatar Ante Kegalj
Browse files

perlPackages.TestExit: init at 0.11

parent a8637d29
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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";