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


Gantry documentation  | view source Contained in the Gantry distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

This allows Gantry::Conf to handle files in a Config::Tiny ( aka INI ) style.

METHODS

Top

config

Returns a config subhash by applying Config::Tiny to an ini style file.

SEE ALSO

Top

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

AUTHOR

Top

Frank Wiles <frank@revsys.com>

COPYRIGHT and LICENSE

Top


Gantry documentation  | view source Contained in the Gantry distribution.