NAME
Config::Yak::OrderedPlugins - a role to provide handling of ordered plugins
SYNOPSIS
use Moose;
with 'Config::Yak::OrderedPlugins';
DESCRIPTION
This Moose role provides an plugin hanlder for plugins ordered by priority.
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::OrderedPlugins - This role provides an handler for ordered 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.