table of contents
MooseX::StrictConstructor::Trait::Class(3) | User Contributed Perl Documentation | MooseX::StrictConstructor::Trait::Class(3) |
NAME¶
MooseX::StrictConstructor::Trait::Class - A role to make immutable constructors strict
VERSION¶
version 0.21
DESCRIPTION¶
This role simply wraps _inline_BUILDALL() (from "Moose::Meta::Class") so that immutable classes have a strict constructor.
SUPPORT¶
Bugs may be submitted at <https://github.com/moose/MooseX-StrictConstructor/issues>.
I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
SOURCE¶
The source code repository for MooseX-StrictConstructor can be found at <https://github.com/moose/MooseX-StrictConstructor>.
AUTHOR¶
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2007 - 2017 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the LICENSE file included with this distribution.
2017-02-10 | perl v5.40.0 |