[cpan2nix] perlPackages.PerlCritic: cleanup

This commit is contained in:
volth 2018-04-07 07:57:29 +00:00
parent da79b95be7
commit c807d7586e

View File

@ -11430,8 +11430,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/P/PE/PETDANCE/${name}.tar.gz";
sha256 = "0662e8f02dd78e39ee9d5b01bdf5376a7cc70ce2b0edc9ca015be35e6cb61df6";
};
buildInputs = [ ModuleBuild TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress ExceptionClass FileHomeDir FileWhich IOString ListMoreUtils ModulePluggable PPI PPIxRegexp PPIxUtilities PerlTidy PodSpell Readonly StringFormat TaskWeaken ];
buildInputs = [ TestDeep ];
propagatedBuildInputs = [ BKeywords ConfigTiny EmailAddress FileHomeDir ModulePluggable PPIxRegexp PPIxUtilities PerlTidy PodSpell StringFormat ];
meta = {
homepage = http://perlcritic.com;
description = "Critique Perl source code for best-practices";