[cpan2nix] perlPackages.PerlCritic: 1.130 -> 1.132

dependencies:
perlPackages.PPIxQuoteLike: init at 0.005
This commit is contained in:
volth 2018-06-04 16:08:53 +00:00
parent 42b59224a6
commit 8e17ad4d63

View file

@ -12220,13 +12220,13 @@ let self = _self // overrides; _self = with self; {
};
PerlCritic = buildPerlModule rec {
name = "Perl-Critic-1.130";
name = "Perl-Critic-1.132";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6";
sha256 = "bcf36e32830373cf1ee35abbe2e20336fbbcad5041c14aad6822ac947be092b1";
};
buildInputs = [ TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress FileHomeDir ModulePluggable PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
propagatedBuildInputs = [ BKeywords ConfigTiny FileHomeDir ModulePluggable PPIxQuoteLike PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
meta = {
homepage = http://perlcritic.com;
description = "Critique Perl source code for best-practices";
@ -12655,6 +12655,19 @@ let self = _self // overrides; _self = with self; {
};
};
PPIxQuoteLike = buildPerlModule rec {
name = "PPIx-QuoteLike-0.005";
src = fetchurl {
url = mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-0.005.tar.gz;
sha256 = "13jvbjiqpm52kknjryzk3v4rnq70rzmx7w1bny9v5m5j6g029a4s";
};
propagatedBuildInputs = [ PPI ];
meta = {
description = "Parse Perl string literals and string-literal-like things.";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
PPIxRegexp = buildPerlModule rec {
name = "PPIx-Regexp-0.059";
src = fetchurl {