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

NAME

Gantry::Conf::Provider::FlatFile::Config::General -- Uses Config::General to configure your Gantry application

SYNOPSIS

use Gantry::Conf::Provider::FlatFile::Config::General;

my $config_hash = Gantry::Conf::Provider::FlatFile::Config::General->config($file);

DESCRIPTION

This is the provider to allow Gantry::Conf to be able to handle Config::General aka Apache style configuration files.

METHODS

config

Returns a config subhash by applying Config::General to a file.

SEE ALSO

Gantry(3), Gantry::Conf(3), Config::General(3)

AUTHOR

Frank Wiles <frank@revsys.com>

COPYRIGHT and LICENSE

Copyright (c) 2006, Revolution Systems, LLC.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.