Unverified Commit 25d57720 authored by Stig's avatar Stig Committed by GitHub
Browse files

perlPackages.meta: init at 0.012 (#349300)

parents 0500adff a76c4c2e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -15711,6 +15711,21 @@ with self; {
    };
  };
  meta = buildPerlModule {
    pname = "meta";
    version = "0.012";
    src = fetchurl {
      url = "mirror://cpan/authors/id/P/PE/PEVANS/meta-0.012.tar.gz";
      hash = "sha256-Fx0J0wn4APVTTQE4tXMDmpYfEDtDaKhBC3dogzFuuFk=";
    };
    buildInputs = [ Test2Suite ];
    meta = {
      description = "Meta-programming API";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
      maintainers = [ maintainers.zakame ];
    };
  };
  MetaBuilder = buildPerlModule {
    pname = "Meta-Builder";
    version = "0.004";