need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Config-General / DESCR
1 Config::General opens a config file and parses its contents for
2 you. After parsing the module returns a hash structure which contains
3 the representation of the config file.
4
5 The format of config files supported by Config::General is inspired
6 by the well known apache config format, in fact, this module is
7 100% read-compatible to apache configs, but you can also just use
8 simple name/value pairs in your config files.