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

NAME

Config::Yak::NamedPlugins - a role to provide handling of named plugins

SYNOPSIS

    use Moose;
    with 'Config::Yak::NamedPlugins';

DESCRIPTION

This Moose role provides an plugin hanlder for named plugins.

Upon access to the plugins() method this role will search for all plugins within the search path defined by _plugin_base_class().

It will also require an Config::Yak instance and a Log::Tree instance.

NAME

Config::Yak::NamedPlugins - This role provides an handler for named plugins.

AUTHOR

Dominik Schulz <dominik.schulz@gauner.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Dominik Schulz.

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