Skip to content

Commit 19f8213

Browse files
committedJun 15, 2017
perl-Perl-Critic: 1.126 -> 1.128
1 parent 055be3f commit 19f8213

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎pkgs/top-level/perl-packages.nix

+4-5
Original file line numberDiff line numberDiff line change
@@ -10753,18 +10753,17 @@ let self = _self // overrides; _self = with self; {
1075310753
};
1075410754

1075510755
PerlCritic = buildPerlModule rec {
10756-
name = "Perl-Critic-1.126";
10756+
name = "Perl-Critic-1.128";
1075710757
src = fetchurl {
10758-
url = "mirror://cpan/authors/id/T/TH/THALJEF/${name}.tar.gz";
10759-
sha256 = "b1a6151cb3603aef8555195b807e831655c83003b81e2f64fff095ff7114f5af";
10758+
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
10759+
sha256 = "83ce563da0a950946367323214b6db30d72db7d006dce24c2a00a9ec13ddb9b4";
1076010760
};
10761-
buildInputs = [ TestDeep ];
10761+
buildInputs = [ ModuleBuild TestDeep ];
1076210762
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
1076310763
meta = {
1076410764
homepage = http://perlcritic.com;
1076510765
description = "Critique Perl source code for best-practices";
1076610766
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
10767-
maintainers = [ maintainers.rycee ];
1076810767
};
1076910768
};
1077010769

0 commit comments

Comments
 (0)
Please sign in to comment.