Commit 939999e9 authored by Zak B. Elep's avatar Zak B. Elep
Browse files

perlPackages.ObjectPad: init at 0.68

parent 44052c09
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -17313,6 +17313,23 @@ let
    };
  };
  ObjectPad = buildPerlModule {
    pname = "Object-Pad";
    version = "0.68";
    src = fetchurl {
      url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.68.tar.gz";
      sha256 = "sha256-xN5jBIQxMJZNrskozF99HphTnu/X7azHvn4Yg0XhnXE=";
    };
    buildInputs = [ TestFatal TestRefcount ];
    perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
    propagatedBuildInputs = [ XSParseKeyword XSParseSublike ];
    meta = {
      description = "simple syntax for lexical field-based objects";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
      maintainers = [ maintainers.zakame ];
    };
  };
  ObjectSignature = buildPerlPackage {
    pname = "Object-Signature";
    version = "1.08";