mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-Perl-Critic: 1.126 -> 1.128
This commit is contained in:
parent
055be3f684
commit
19f8213a3e
1 changed files with 4 additions and 5 deletions
|
@ -10753,18 +10753,17 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
PerlCritic = buildPerlModule rec {
|
||||
name = "Perl-Critic-1.126";
|
||||
name = "Perl-Critic-1.128";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TH/THALJEF/${name}.tar.gz";
|
||||
sha256 = "b1a6151cb3603aef8555195b807e831655c83003b81e2f64fff095ff7114f5af";
|
||||
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
|
||||
sha256 = "83ce563da0a950946367323214b6db30d72db7d006dce24c2a00a9ec13ddb9b4";
|
||||
};
|
||||
buildInputs = [ TestDeep ];
|
||||
buildInputs = [ ModuleBuild TestDeep ];
|
||||
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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue