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

NAME

Config::MVP::Section - one section of an MVP configuration sequence

VERSION

version 0.092060

DESCRIPTION

For the most part, you can just consult Config::MVP or Config::MVP::Assembler.

Of particular note is the aliases attribute. It is a hashref. If the aliases hashref is:

  { x => y }

...then attempts to add a value for the name x will add it for y instead.

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.