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

NAME

oo::Lax - Loads oo without turning warnings to fatal.

VERSION

version 2.00

DESCRIPTION

By default oo turns all warnings to fatal warnings. oo::Lax is exactly the same as oo, except that it doesn't turn all warnings to fatal warnings in the calling module.

moo

  Tip: run C<perl -Moo::Lax>, a cow should appear.

DEPRECATED

With the release of Moo version 2, use Moo no longer imports strictures by default and therefore warnings are not fatalised unless an explicit use strictures is added to the code.

As such, this module is no longer required - simply update your dependency on Moo to version 2 and switch back to plain use Moo in your classes.

Thus, as per version 2.00, this module simply requires Moo version 2.

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)