The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Moo::Role::Lax - Loads Moo::Role without turning warnings to fatal.

VERSION

version 0.15

SYNOPSIS

  # instead of use Moo::Role;
  use Moo::Role::Lax;

DESCRIPTION

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.

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)