perl-Perl-Critic: 1.121 -> 1.125
This commit is contained in:
parent
3944e4f980
commit
18cf2e0108
@ -7507,18 +7507,19 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
PerlCritic = buildPerlPackage {
|
PerlCritic = buildPerlModule {
|
||||||
name = "Perl-Critic-1.121";
|
name = "Perl-Critic-1.125";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/T/TH/THALJEF/Perl-Critic-1.121.tar.gz;
|
url = mirror://cpan/authors/id/T/TH/THALJEF/Perl-Critic-1.125.tar.gz;
|
||||||
sha256 = "1y2bxjwzlp6ix51h36a5g3dqpaviaajij1rn22hpvcqxh4hh6car";
|
sha256 = "503b718356b14d4c00ed486b66a0f622f4bef2b206be406ee7922c8270463fa1";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep ];
|
buildInputs = [ TestDeep ];
|
||||||
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass IOString ListMoreUtils PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
|
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://perlcritic.com;
|
homepage = http://perlcritic.com;
|
||||||
description = "Critique Perl source code for best-practices";
|
description = "Critique Perl source code for best-practices";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user