[cpan2nix] perlPackages.Moose: 2.1213 -> 2.2010
dependencies: perlPackages.DevelOverloadInfo: init at 0.005
This commit is contained in:
parent
04b36915f5
commit
d12a834e50
@ -4286,6 +4286,20 @@ let self = _self // overrides; _self = with self; {
|
|||||||
buildInputs = [ TestDifferences ];
|
buildInputs = [ TestDifferences ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
DevelOverloadInfo = buildPerlPackage rec {
|
||||||
|
name = "Devel-OverloadInfo-0.005";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://cpan/authors/id/I/IL/ILMARI/Devel-OverloadInfo-0.005.tar.gz;
|
||||||
|
sha256 = "1rx6g8pyhi7lx6z130b7vlf8syzrq92w9ky8mpw4d6bwlkzy5zcb";
|
||||||
|
};
|
||||||
|
propagatedBuildInputs = [ MROCompat PackageStash SubIdentify ];
|
||||||
|
buildInputs = [ TestFatal ];
|
||||||
|
meta = {
|
||||||
|
description = "introspect overloaded operators";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
DevelPartialDump = buildPerlPackage {
|
DevelPartialDump = buildPerlPackage {
|
||||||
name = "Devel-PartialDump-0.20";
|
name = "Devel-PartialDump-0.20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -9713,13 +9727,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Moose = buildPerlPackage {
|
Moose = buildPerlPackage {
|
||||||
name = "Moose-2.1213";
|
name = "Moose-2.2010";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/ET/ETHER/Moose-2.1213.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Moose-2.2010.tar.gz;
|
||||||
sha256 = "0f3b196ae67dc1daaa43c44ae7703f27c4f92c391ad3e252a90e90c50c851e03";
|
sha256 = "af0905b69f18c27de1177c9bc7778ee495d4ec91be1f223e8ca8333af4de08c5";
|
||||||
};
|
};
|
||||||
buildInputs = [ CPANMetaCheck CPANMetaRequirements DistCheckConflicts TestCleanNamespaces TestFatal TestRequires ModuleMetadata ];
|
buildInputs = [ CPANMetaCheck TestCleanNamespaces TestFatal TestRequires ];
|
||||||
propagatedBuildInputs = [ ClassLoad ClassLoadXS DataOptList DevelGlobalDestruction DevelStackTrace DistCheckConflicts EvalClosure ListMoreUtils MROCompat ModuleRuntime ModuleRuntimeConflicts PackageDeprecationManager PackageStash PackageStashXS ParamsUtil SubExporter SubName TaskWeaken TryTiny ];
|
propagatedBuildInputs = [ ClassLoadXS DevelGlobalDestruction DevelOverloadInfo DevelStackTrace EvalClosure ModuleRuntimeConflicts PackageDeprecationManager PackageStashXS ScalarListUtils SubExporter ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export LD=$CC
|
export LD=$CC
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user