[cpan2nix] perlPackages.MooX: cleanup
This commit is contained in:
parent
9719ce6569
commit
4977435811
|
@ -9712,7 +9712,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = "mirror://cpan/authors/id/G/GE/GETTY/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/G/GE/GETTY/${name}.tar.gz";
|
||||||
sha256 = "2ff91a656e78aae0aca42293829d7a7e5acb9bf22b0401635b2ab6c870de32d5";
|
sha256 = "2ff91a656e78aae0aca42293829d7a7e5acb9bf22b0401635b2ab6c870de32d5";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ DataOptList ImportInto ModuleRuntime Moo ];
|
propagatedBuildInputs = [ DataOptList ImportInto Moo ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/Getty/p5-moox;
|
homepage = https://github.com/Getty/p5-moox;
|
||||||
description = "Using Moo and MooX:: packages the most lazy way";
|
description = "Using Moo and MooX:: packages the most lazy way";
|
||||||
|
|
Loading…
Reference in New Issue