The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.3

  • Fix issue #4 (Incorrect handling of LIST items with inheritance). Note that with this fix the internal raw representation of the arrays in the config data has changed, but the API masks that change and stays the same; applying a schema to a config also ensures that the resulting data structure is correct
  • Fix issue #5 (Validator will now die on bogus boolean values; previously it would only warn and continue)

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