[cpan2nix] perlPackages.ConfigMVPReaderINI: cleanup

This commit is contained in:
volth 2018-04-07 07:58:10 +00:00
parent a44287fb86
commit 5bc2f88cc8

View file

@ -2504,7 +2504,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "0iflnsh0sgihff3ra8sr7awiiscmqvrp1anaskkwksqi6yzidab9"; sha256 = "0iflnsh0sgihff3ra8sr7awiiscmqvrp1anaskkwksqi6yzidab9";
}; };
propagatedBuildInputs = [ ConfigINI ConfigMVP Moose ]; propagatedBuildInputs = [ ConfigINI ConfigMVP ];
meta = { meta = {
homepage = https://github.com/rjbs/Config-MVP-Reader-INI; homepage = https://github.com/rjbs/Config-MVP-Reader-INI;
description = "An MVP config reader for .ini files"; description = "An MVP config reader for .ini files";