Commit a8637d29 authored by Ante Kegalj's avatar Ante Kegalj
Browse files

perlPackages.ReturnMultiLevel: init at 0.08

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