-
-
26 Jul 2015 12:34:44 UTC
- Distribution: Moo-Lax
- Module version: 2
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (1240 / 0 / 0)
- Kwalitee
Bus factor: 2- 100.00% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (7.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Import::Into
- Moo
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Moo::Lax - Loads Moo without turning warnings to fatal.
VERSION
version 2.00
SYNOPSIS
# instead of use Moo; use Moo::Lax;
DESCRIPTION
By default Moo turns all warnings to fatal warnings.
Moo::Lax
is exactly the same asMoo
, except that it doesn't turn all warnings to fatal warnings in the calling module.DEPRECATED
With the release of Moo version 2,
use Moo
no longer imports strictures by default and therefore warnings are not fatalised unless an explicituse 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.
CONTRIBUTORS
Leon Timmermans
Olivier Mengué
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)
Module Install Instructions
To install Moo::Lax, copy and paste the appropriate command in to your terminal.
cpanm Moo::Lax
perl -MCPAN -e shell install Moo::Lax
For more information on module installation, please visit the detailed CPAN module installation guide.