mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
[cpan2nix] perlPackages.PerlCritic: 1.132 -> 1.134
This commit is contained in:
parent
7140fb0287
commit
9abd6130e3
@ -13501,13 +13501,13 @@ let
|
|||||||
|
|
||||||
PerlCritic = buildPerlModule {
|
PerlCritic = buildPerlModule {
|
||||||
pname = "Perl-Critic";
|
pname = "Perl-Critic";
|
||||||
version = "1.132";
|
version = "1.134";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/P/PE/PETDANCE/Perl-Critic-1.132.tar.gz;
|
url = mirror://cpan/authors/id/P/PE/PETDANCE/Perl-Critic-1.134.tar.gz;
|
||||||
sha256 = "bcf36e32830373cf1ee35abbe2e20336fbbcad5041c14aad6822ac947be092b1";
|
sha256 = "90ec87ed8d49dd5fd686a0e4c8ef77268962faf14b18b43f2385db79e34085eb";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep ];
|
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 = {
|
meta = {
|
||||||
homepage = http://perlcritic.com;
|
homepage = http://perlcritic.com;
|
||||||
description = "Critique Perl source code for best-practices";
|
description = "Critique Perl source code for best-practices";
|
||||||
|
Loading…
Reference in New Issue
Block a user