Dist-Zilla-Config-Slicer

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/Role/PluginBundle/Config/Slicer.pm  view on Meta::CPAN

    'Dist::Zilla::Role::PluginBundle::Config::Slicer'
  );

  # Config::Slicer should probably be last
  # (unless you're doing something more complex)

=head1 DESCRIPTION

This role enables your L<Dist::Zilla> Plugin Bundle
to accept configuration customizations for the plugins it will load
and merge them transparently.

  # dist.ini
  [@MyBundle]
  option = 1
  Included::Plugin.attribute = overwrite value
  AnotherPlug.array[0] = append value
  AnotherPlug.array[1] = append another value

See L<Config::MVP::Slicer/CONFIGURATION SYNTAX> for details
on how the configurations are handled.



( run in 0.583 second using v1.01-cache-2.11-cpan-0a6323c29d9 )