CatalystX::Features::Plugin::ConfigLoader - Makes ConfigLoader know about features


NAME

CatalystX::Features::Plugin::ConfigLoader - Makes ConfigLoader know about features


VERSION

version 0.17


SYNOPSIS

        /MyApp/features/my.simple.feature_1.23/my.simple.feature.conf
                
=head1 DESCRIPTION

Loads config files from features. The feature config file should have the feature name, plus the regular your usual C::P::ConfigLoaded config extensions.

The config values will be merged into the main app config hash. That means the feature is allowed to change the main app config values.


TODO


AUTHORS

        Rodrigo de Oliveira (rodrigolive), C<rodrigolive@gmail.com>


LICENSE

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.

 CatalystX::Features::Plugin::ConfigLoader - Makes ConfigLoader know about features