Config::Any::General - Load Config::General files


Config-Any documentation  | view source Contained in the Config-Any distribution.

Index


NAME

Top

Config::Any::General - Load Config::General files

DESCRIPTION

Top

Loads Config::General files. Example:

    name = TestApp
    <Component Controller::Foo>
        foo bar
        bar [ arrayref-value ]
    </Component>
    <Model Baz>
        qux xyzzy
    </Model>

METHODS

Top

extensions( )

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

load( $file )

Attempts to load $file via Config::General.

requires_all_of( )

Specifies that this module requires Config::General in order to work.

AUTHOR

Top

Brian Cassidy <bricas@cpan.org>

CONTRIBUTORS

Top

Joel Bernstein <rataxis@cpan.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

* Catalyst
* Config::Any
* Config::General

Config-Any documentation  | view source Contained in the Config-Any distribution.