p5-Config-Grammar

grammar-based, user-friendly config parser

WWW CVSWeb GITHub
  1. Package version
    p5-Config-Grammar-1.13p0
  2. Maintainer
    The OpenBSD ports mailing-list

Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.

Config::Grammar supports many advanced features, that you can read
about in its documentation.