The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.13

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)