summaryrefslogtreecommitdiff
path: root/devel/p5-Config-General/DESCR
blob: 97c67aaa341a72d62e556d9f59acc448fa7dac28 (plain)
1
2
3
4
5
6
7
8
Config::General opens a config file and parses it's contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.

The format of config files supported by Config::General is inspired
by the well known apache config format, in fact, this module is
100% read-compatible to apache configs, but you can also just use
simple name/value pairs in your config files.