@@ -992,15 +992,14 @@ with self; {
992992 };
993993
994994 AppSqitch = buildPerlModule {
995- version = "1.4.0 ";
995+ version = "1.4.1 ";
996996 pname = "App-Sqitch";
997997 src = fetchurl {
998- url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.4.0 .tar.gz";
999- hash = "sha256-sNs4cDH3dWJmLgA7xV16EComOAtK1/25qKO61XaeUBw =";
998+ url = "mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-v1.4.1 .tar.gz";
999+ hash = "sha256-yvMcyPdy46TJ1LP/Oo9oSm61sbPCYfTdwPkKiMNgB8Y =";
10001000 };
1001- buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ];
1002- propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl-perl ];
1003- doCheck = false; # Can't find home directory.
1001+ buildInputs = [ CaptureTiny TestExit TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ];
1002+ propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl-perl AlgorithmBackoff ];
10041003 meta = {
10051004 description = "Sensible database change management";
10061005 homepage = "https://sqitch.org";
@@ -22154,6 +22153,21 @@ with self; {
2215422153 };
2215522154 };
2215622155
22156+ ReturnMultiLevel = buildPerlPackage {
22157+ pname = "Return-MultiLevel";
22158+ version = "0.08";
22159+ src = fetchurl {
22160+ url = "mirror://cpan/authors/id/P/PL/PLICEASE/Return-MultiLevel-0.08.tar.gz";
22161+ hash = "sha256-UbGu8wxcQAn2QCZ6CFiSEuh9zRAYAPDSD5xjXJ/+iKE=";
22162+ };
22163+ buildInputs = [ TestFatal ];
22164+ meta = {
22165+ homepage = "https://metacpan.org/pod/Return::MultiLevel";
22166+ description = "Return across multiple call levels";
22167+ license = with lib.licenses; [ artistic1 gpl1Plus ];
22168+ };
22169+ };
22170+
2215722171 ReturnValue = buildPerlPackage {
2215822172 pname = "Return-Value";
2215922173 version = "1.666005";
@@ -25088,6 +25102,20 @@ with self; {
2508825102 };
2508925103 };
2509025104
25105+ TestExit = buildPerlPackage {
25106+ pname = "Test-Exit";
25107+ version = "0.11";
25108+ src = fetchurl {
25109+ url = "mirror://cpan/authors/id/A/AR/ARODLAND/Test-Exit-0.11.tar.gz";
25110+ hash = "sha256-+9qS034EgdGO68geSNAlIotXGExZstWm9r34cELox7I=";
25111+ };
25112+ propagatedBuildInputs = [ ReturnMultiLevel ];
25113+ meta = {
25114+ description = "Test whether code exits without terminating testing";
25115+ license = with lib.licenses; [ artistic1 gpl1Plus ];
25116+ };
25117+ };
25118+
2509125119 TestExpect = buildPerlPackage {
2509225120 pname = "Test-Expect";
2509325121 version = "0.34";
0 commit comments