NAME
Moo::Role::Lax - By default Moo::Role turns all warnings to fatal warnings. This module is exactly the same as Moo::Role, except that it doesn't turn all warnings to fatal warnings in the calling module.
VERSION
version 0.12
SYNOPSIS
# instead of use Moo::Role;
use Moo::Role::Lax;
CONTRIBUTORS
Leon Timmermans
AUTHOR
Damien Krotkine <dams@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Damien Krotkine.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)