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

NAME

App::Environ::Config - Configuration files processor for App::Environ

SYNOPSIS

  use App::Environ::Config;

  App::Environ::Config->register( qw( foo.yml bar.json ) );

  my $config = App::Environ::Config->instance;

DESCRIPTION

App::Environ::Config is the configuration files processor for App::Environ. Allows get access to configuraton tree from different application components.

METHODS

register( @config_sections )

Registers configuration sections.

instance()

Gets reference to configuration tree.

SEE ALSO

App::Environ, Config::Processor

AUTHOR

Eugene Ponizovsky, <ponizovsky@gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, <ponizovsky@gmail.com>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.