NAME
Config::Yak::RequiredConfig - a role to provide an required config attribute
SYNOPSIS
use Moose;
with 'Config::Yak::RequiredConfig';
DESCRIPTION
This role will require a Config::Yak object.
NAME
Config::Yak::RequiredConfig - A role which requires a Config::Yak object
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.