File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10753,18 +10753,17 @@ let self = _self // overrides; _self = with self; {
10753
10753
};
10754
10754
10755
10755
PerlCritic = buildPerlModule rec {
10756
- name = "Perl-Critic-1.126 ";
10756
+ name = "Perl-Critic-1.128 ";
10757
10757
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 ";
10760
10760
};
10761
- buildInputs = [ TestDeep ];
10761
+ buildInputs = [ ModuleBuild TestDeep ];
10762
10762
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
10763
10763
meta = {
10764
10764
homepage = http://perlcritic.com;
10765
10765
description = "Critique Perl source code for best-practices";
10766
10766
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
10767
- maintainers = [ maintainers.rycee ];
10768
10767
};
10769
10768
};
10770
10769
You can’t perform that action at this time.
0 commit comments