Skip to content

Commit

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

ReturnMultiLevel = buildPerlPackage {
pname = "Return-MultiLevel";
version = "0.08";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/Return-MultiLevel-0.08.tar.gz";
hash = "sha256-UbGu8wxcQAn2QCZ6CFiSEuh9zRAYAPDSD5xjXJ/+iKE=";
};
buildInputs = [ TestFatal ];
meta = {
homepage = "https://metacpan.org/pod/Return::MultiLevel";
description = "Return across multiple call levels";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};

ReturnValue = buildPerlPackage {
pname = "Return-Value";
version = "1.666005";
Expand Down

0 comments on commit a8637d2

Please sign in to comment.