Description
Perl applications can parse configuration files with a grammar-driven approach that supports clearer structure and error reporting. This is useful for tools that expose complex settings to users or administrators.
It is a developer library. The application using it decides the configuration language, defaults, validation rules, and whether a setting is safe.