Config::Any::Perl - Load Perl config files


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

Index


NAME

Top

Config::Any::Perl - Load Perl config files

DESCRIPTION

Top

Loads Perl files. Example:

    {
        name => 'TestApp',
        'Controller::Foo' => {
            foo => 'bar'
        },
        'Model::Baz' => {
            qux => 'xyzzy'
        }
    }

METHODS

Top

extensions( )

return an array of valid extensions (pl, perl).

load( $file )

Attempts to load $file as a Perl file.

AUTHOR

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Top

SEE ALSO

Top

* Catalyst
* Config::Any

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