[cpan2nix] perlPackages.PerlMinimumVersion: cleanup
This commit is contained in:
parent
effb331079
commit
6b46b0b0db
|
@ -12050,7 +12050,7 @@ let self = _self // overrides; _self = with self; {
|
|||
sha256 = "478b5824791b87fc74c94a892180682bd06ad2cdf34034b1a4b859273927802a";
|
||||
};
|
||||
buildInputs = [ TestScript ];
|
||||
propagatedBuildInputs = [ FileFindRule FileFindRulePerl PPI PPIxRegexp ParamsUtil PerlCritic ];
|
||||
propagatedBuildInputs = [ FileFindRulePerl PerlCritic ];
|
||||
meta = {
|
||||
homepage = https://github.com/neilbowers/Perl-MinimumVersion;
|
||||
description = "Find a minimum required version of perl for Perl code";
|
||||
|
|
Loading…
Reference in New Issue