NAME
Dist::Zilla::Config::INI - read in a dist.ini file
VERSION
version 1.091370
DESCRIPTION
Dist::Zilla::Config reads in the dist.ini file for a distribution. It uses Config::INI::MVP::Reader to do most of the heavy lifting. You may write your own class to read your own config file format. It is expected to return a hash reference to be used in constructing a new Dist::Zilla object. The "plugins" entry in the hashref should be an arrayref of plugin configuration like this:
$config->{plugins} = [
[ $class_name => { ...config...} ],
...
];
AUTHOR
Ricardo SIGNES <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Ricardo SIGNES.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.