3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9932 from rycee/bump/perl-Perl-Critic

perl-Perl-Critic: 1.125 -> 1.126
This commit is contained in:
Arseniy Seroka 2015-09-19 00:15:18 +03:00
commit 501e1ee94c

View file

@ -8508,11 +8508,11 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
PerlCritic = buildPerlModule { PerlCritic = buildPerlModule rec {
name = "Perl-Critic-1.125"; name = "Perl-Critic-1.126";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/T/TH/THALJEF/Perl-Critic-1.125.tar.gz; url = "mirror://cpan/authors/id/T/TH/THALJEF/${name}.tar.gz";
sha256 = "503b718356b14d4c00ed486b66a0f622f4bef2b206be406ee7922c8270463fa1"; sha256 = "b1a6151cb3603aef8555195b807e831655c83003b81e2f64fff095ff7114f5af";
}; };
buildInputs = [ TestDeep ]; buildInputs = [ TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable 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 ];