The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
- replace include_dir with include_path (multiple directories) ???

- have $conf->objname return object reference instead of calling get() method?

- split up test.conf info multiple, smaller config files
  (add tests for expected failures, too)

- add some sort of global token replacement facility?
  (i.e., want to be able to do ``%include "platform/%{platform}.conf"'')

- allow multiple arguments to a given method ???
  (other than passing it a list reference...)

- Config::Objective::Hash problems:
  - replace 'value_optional' and 'value_type' options with a reference
    to a subroutine to perform input validation?

- architecture:
  - make data types work recursively?
  - allow usage of methods to access nested data.  Example:
      hash->find('key')->list_delete('foo');