[cpan2nix] perlPackages.DistZillaPluginTestKwalitee: 2.06 -> 2.12
This commit is contained in:
parent
1252454d7d
commit
9db6fd4a66
@ -4801,14 +4801,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
DistZillaPluginTestKwalitee = buildPerlPackage {
|
DistZillaPluginTestKwalitee = buildPerlModule {
|
||||||
name = "Dist-Zilla-Plugin-Test-Kwalitee-2.06";
|
name = "Dist-Zilla-Plugin-Test-Kwalitee-2.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Kwalitee-2.06.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Kwalitee-2.12.tar.gz;
|
||||||
sha256 = "1723beb96d4048fd4fb0fea2ed36c0c6f3ea4648ce7f93d4cb73e5d49e274bf6";
|
sha256 = "bddbcfcc75e8eb2d2d9c8611552f00cdc1b051f0f00798623b8692ff5030af2f";
|
||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny DistZilla PathClass perl ];
|
buildInputs = [ ModuleBuildTiny TestDeep TestFatal TestKwalitee ];
|
||||||
propagatedBuildInputs = [ DataSection DistZilla Moose SubExporterForMethods namespaceautoclean ];
|
propagatedBuildInputs = [ DistZilla ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Kwalitee;
|
homepage = https://metacpan.org/release/Dist-Zilla-Plugin-Test-Kwalitee;
|
||||||
description = "Release tests for kwalitee";
|
description = "Release tests for kwalitee";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user