[cpan2nix] perlPackages.PerlCritic: 1.132 -> 1.134
This commit is contained in:
parent
7140fb0287
commit
9abd6130e3
@ -13501,13 +13501,13 @@ let
|
||||
|
||||
PerlCritic = buildPerlModule {
|
||||
pname = "Perl-Critic";
|
||||
version = "1.132";
|
||||
version = "1.134";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/P/PE/PETDANCE/Perl-Critic-1.132.tar.gz;
|
||||
sha256 = "bcf36e32830373cf1ee35abbe2e20336fbbcad5041c14aad6822ac947be092b1";
|
||||
url = mirror://cpan/authors/id/P/PE/PETDANCE/Perl-Critic-1.134.tar.gz;
|
||||
sha256 = "90ec87ed8d49dd5fd686a0e4c8ef77268962faf14b18b43f2385db79e34085eb";
|
||||
};
|
||||
buildInputs = [ TestDeep ];
|
||||
propagatedBuildInputs = [ BKeywords ConfigTiny FileHomeDir ModulePluggable PPIxQuoteLike PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
|
||||
propagatedBuildInputs = [ BKeywords ConfigTiny FileWhich ModulePluggable PPIxQuoteLike PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
|
||||
meta = {
|
||||
homepage = http://perlcritic.com;
|
||||
description = "Critique Perl source code for best-practices";
|
||||
|
Loading…
Reference in New Issue
Block a user