perlPackages.ParsePlainConfig: init at 3.05 (#40624)

This commit is contained in:
Michael Brantley 2018-05-22 12:42:41 -04:00 committed by xeji
parent b77277fcdc
commit 11b3435345

View file

@ -12060,6 +12060,20 @@ let self = _self // overrides; _self = with self; {
};
};
ParsePlainConfig = buildPerlPackage rec {
name = "Parse-PlainConfig-3.05";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CO/CORLISS/Parse-PlainConfig/${name}.tar.gz";
sha256 = "6b78a8552398b0d2d7063505c93b3cfed0432c5b2cf6e00b8e51febf411c1efa";
};
propagatedBuildInputs = [ ClassEHierarchy Paranoid ];
meta = {
description = "Parser/Generator of human-readable conf files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.limeytexan ];
};
};
ParsePMFile = buildPerlPackage rec {
name = "Parse-PMFile-0.41";
src = fetchurl {