Catalyst::Plugin::ConfigLoader::General - Load Config::General files


NAME

Catalyst::Plugin::ConfigLoader::General - Load Config::General files


DESCRIPTION

Loads Config::General files. Example:

    name = TestApp
    <Component Controller::Foo>
        foo bar
    </Component>
    <Model Baz>
        qux xyzzy
    </Model>


METHODS

extensions( )

return an array of valid extensions (cnf, conf).

load( $file )

Attempts to load $file via Config::General.


AUTHOR


COPYRIGHT AND LICENSE

Copyright 2006 by Brian Cassidy

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


SEE ALSO

 Catalyst::Plugin::ConfigLoader::General - Load Config::General files