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 0.05

  • __HOME__ now corresponds to $c->path_to( '' ) and nothing else
  • __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )
  • attemps to load ${config}_local.$ext after ${config}.$ext for an overriding effect

Modules

Load config files of various types
Load INI config files
Load JSON config files
Load Perl config files
Load XML config files
Load YAML config files