The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.26

SYNOPSIS

        /MyApp/features/my.simple.feature_1.23/my.simple.feature.conf
                

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

  • Warn when there are duplicate values.

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.