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


CatalystX-Features documentation  | view source Contained in the CatalystX-Features distribution.

Index


NAME

Top

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

VERSION

Top

version 0.20

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

* Warn when there are duplicate values.

AUTHORS

Top

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

LICENSE

Top

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


CatalystX-Features documentation  | view source Contained in the CatalystX-Features distribution.