[cpan2nix] perlPackages.DistZillaPluginTestPortability: 2.000005 -> 2.001000
This commit is contained in:
parent
210ee50ff3
commit
4a92474d4f
@ -4823,14 +4823,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DistZillaPluginTestPortability = buildPerlPackage {
|
DistZillaPluginTestPortability = buildPerlModule {
|
||||||
name = "Dist-Zilla-Plugin-Test-Portability-2.000005";
|
name = "Dist-Zilla-Plugin-Test-Portability-2.001000";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DO/DOHERTY/Dist-Zilla-Plugin-Test-Portability-2.000005.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Portability-2.001000.tar.gz;
|
||||||
sha256 = "b32d0a4b1d78ba76fabedd299c1a11efed05c3ce9752d7da6babe06d3515242b";
|
sha256 = "e08ff5bd9e24cf9503055330148913808d91a3dfe320a2bdf8b0fc638719b179";
|
||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny DistZilla MooseAutobox TestOutput ];
|
buildInputs = [ ModuleBuildTiny TestDeep TestPortabilityFiles TestWarnings ];
|
||||||
propagatedBuildInputs = [ DistZilla Moose TestPortabilityFiles ];
|
propagatedBuildInputs = [ DistZilla ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Portability/;
|
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Portability/;
|
||||||
description = "Release tests for portability";
|
description = "Release tests for portability";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user