The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0

  • Added the support for 'LIST' schema type to always cast single or multiple entries with the same name to an array (list) of nested items
  • Replace File::Slurp with File::Slurp::Tiny (as per https://rt.cpan.org/Public/Bug/Display.html?id=95680)
  • is_any_hash, is_any_array convenience functions in Config::Neat::Util

Documentation

Dump resulting configuration file data structure

Modules

Parse/render human-readable configuration files with inheritance and schema validation
Class for array-like config nodes
Config::Neat files with inheritance
Render configs in Config::Neat format
Validate Config::Neat files against schema
Common utility functions for other Config::Neat modules