NAME

Config::Yak::LazyConfig - a role to provide a lazy initialized config attribute

SYNOPSIS

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

DESCRIPTION

This Moose role provides an config attribute giving access to an lazyly constructed Config::Yak instance.

NAME

Config::Yak::LazyConfig - This role provides an lazy config attribute.

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.