NAME
Bread::Board::LazyLoader::Supersite - loads the proper site with your Bread::Board setup
VERSION
version 0.07
SYNOPSIS
package MY::IOC;
use strict;
use warnings;
use Bread::Board::LazyLoader::SuperSite env_var => 'MY_APP_SITE',
site => {
prefix => 'My::Site',
filter => qr{^[a-z]}
};
DESCRIPTION
This module is yet quite experimental.
AUTHOR
Roman Daniel <roman.daniel@davosro.cz>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Roman Daniel.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.