Skip to content

schweikert/Config-Grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d139fc4 · Mar 20, 2019

History

18 Commits
Mar 20, 2019
Jul 10, 2014
Sep 9, 2016
Mar 20, 2019
Sep 9, 2016
Sep 9, 2016

Repository files navigation

Config::Grammar
===============

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 (type 'man Config::Grammar' or 'perldoc
lib/Config/Grammar.pm' in this directory)

See also: https://metacpan.org/release/Config-Grammar