Commit 792f6a73 authored by figsoda's avatar figsoda
Browse files

perlPackages.EvalSafe: init at 0.02

parent 7822c58c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -8572,6 +8572,22 @@ with self; {
    };
  };
  EvalSafe = buildPerlPackage rec {
    pname = "Eval-Safe";
    version = "0.02";
    src = fetchurl {
      url = "mirror://cpan/authors/id/M/MA/MATHIAS/Eval-Safe/Eval-Safe-${version}.tar.gz";
      hash = "sha256-VaUsIz4troYRP58Zs09hftz8hBb5vs5nEme9GBGxIRE=";
    };
    outputs = [ "out" ];
    meta = with lib; {
      description = "Simplified safe evaluation of Perl code";
      homepage = "https://github.com/mkende/perl-eval-safe";
      license = licenses.mit;
      maintainers = with maintainers; [ figsoda ];
    };
  };
  ExcelWriterXLSX = buildPerlPackage {
    pname = "Excel-Writer-XLSX";
    version = "1.09";