Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Gentoo::Overlay::Group::INI::Section::Overlays - Final Target for [Overlays] sections.
VERSION
version 0.1.0
SYNOPSIS
[Overlays]
directory = a
directory = b
directory = c
This is eventually parsed and decoded into one of these objects.
my @directories = ( $object->directories ); # ( a, b, c )
METHODS
mvp_multivalue_args
Tells Config::MVP that directory
can be specified multiple times.
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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.