[cpan2nix] perlPackages.DistZillaPluginTestPerlCritic: 2.112410 -> 3.001
This commit is contained in:
parent
9e199debbb
commit
79875a54ef
@ -4832,13 +4832,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
DistZillaPluginTestPerlCritic = buildPerlModule {
|
DistZillaPluginTestPerlCritic = buildPerlModule {
|
||||||
name = "Dist-Zilla-Plugin-Test-Perl-Critic-2.112410";
|
name = "Dist-Zilla-Plugin-Test-Perl-Critic-3.001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/J/JQ/JQUELIN/Dist-Zilla-Plugin-Test-Perl-Critic-2.112410.tar.gz;
|
url = mirror://cpan/authors/id/E/ET/ETHER/Dist-Zilla-Plugin-Test-Perl-Critic-3.001.tar.gz;
|
||||||
sha256 = "3ce59ce3ef6cf56d7de0debb33c26f899492d9742c8b82073e257787fd85630f";
|
sha256 = "9250b59d5dc1ae4c6893ba783bd3f05131b14ff9e91afb4555314f55268a3825";
|
||||||
};
|
};
|
||||||
buildInputs = [ DistZilla MooseAutobox ];
|
buildInputs = [ ModuleBuildTiny TestDeep TestPerlCritic ];
|
||||||
propagatedBuildInputs = [ DataSection DistZilla Moose namespaceautoclean ];
|
propagatedBuildInputs = [ DistZilla ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic/;
|
homepage = http://search.cpan.org/dist/Dist-Zilla-Plugin-Test-Perl-Critic/;
|
||||||
description = "Tests to check your code against best practices";
|
description = "Tests to check your code against best practices";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user