Skip to content

Commit a8637d2

Browse files
committed
perlPackages.ReturnMultiLevel: init at 0.08
1 parent 9801748 commit a8637d2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pkgs/top-level/perl-packages.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22105,6 +22105,21 @@ with self; {
2210522105
};
2210622106
};
2210722107

22108+
ReturnMultiLevel = buildPerlPackage {
22109+
pname = "Return-MultiLevel";
22110+
version = "0.08";
22111+
src = fetchurl {
22112+
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Return-MultiLevel-0.08.tar.gz";
22113+
hash = "sha256-UbGu8wxcQAn2QCZ6CFiSEuh9zRAYAPDSD5xjXJ/+iKE=";
22114+
};
22115+
buildInputs = [ TestFatal ];
22116+
meta = {
22117+
homepage = "https://metacpan.org/pod/Return::MultiLevel";
22118+
description = "Return across multiple call levels";
22119+
license = with lib.licenses; [ artistic1 gpl1Plus ];
22120+
};
22121+
};
22122+
2210822123
ReturnValue = buildPerlPackage {
2210922124
pname = "Return-Value";
2211022125
version = "1.666005";

0 commit comments

Comments
 (0)