File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments