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

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

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

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

Dominik Schulz <dominik.schulz@gauner.org>

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.