perl-Perl-Critic: 1.121 -> 1.125

This commit is contained in:
Robert Helgesson 2015-08-05 23:34:46 +02:00
parent 3944e4f980
commit 18cf2e0108

View File

@ -7507,18 +7507,19 @@ let self = _self // overrides; _self = with self; {
};
};
PerlCritic = buildPerlPackage {
name = "Perl-Critic-1.121";
PerlCritic = buildPerlModule {
name = "Perl-Critic-1.125";
src = fetchurl {
url = mirror://cpan/authors/id/T/TH/THALJEF/Perl-Critic-1.121.tar.gz;
sha256 = "1y2bxjwzlp6ix51h36a5g3dqpaviaajij1rn22hpvcqxh4hh6car";
url = mirror://cpan/authors/id/T/TH/THALJEF/Perl-Critic-1.125.tar.gz;
sha256 = "503b718356b14d4c00ed486b66a0f622f4bef2b206be406ee7922c8270463fa1";
};
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 = {
homepage = http://perlcritic.com;
description = "Critique Perl source code for best-practices";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};