perlPackages.ConfigSimple: init at 4.59
This commit is contained in:
parent
eedf3dc6e2
commit
3cd8f4300c
|
@ -2879,6 +2879,18 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ConfigSimple = buildPerlPackage {
|
||||||
|
pname = "Config-Simple";
|
||||||
|
version = "4.59";
|
||||||
|
src = fetchurl {
|
||||||
|
url = mirror://cpan/authors/id/S/SH/SHERZODR/Config-Simple-4.59.tar.gz;
|
||||||
|
sha256 = "0m0hg29baarw5ds768q9r4rxb27im8kj4fazyf9gjqw4mmssjy6b";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Simple configuration file class";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ConfigStd = buildPerlModule {
|
ConfigStd = buildPerlModule {
|
||||||
pname = "Config-Std";
|
pname = "Config-Std";
|
||||||
version = "0.903";
|
version = "0.903";
|
||||||
|
|
Loading…
Reference in New Issue