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

NAME

Gentoo::Overlay::Group::INI::Assembler - Glue record for Config::MVP

VERSION

version 0.2.2

DESCRIPTION

This is a glue layer. We pass Config::MVP an instance of this class, and it tells Config::MVP that top level section declarations are to be expanded as children of Gentoo::Overlay::Group::INI::Section::

METHODS

expand_package

  ini file:

[Moo]

-->

  $asm->expand_package('Moo'); # Gentoo::Overlay::Group::INI::Section::Moo

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Kent Fredric <kentnl@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.