table of contents
MooseX::StrictConstructor::Trait::Method::Constructor(3pm) | User Contributed Perl Documentation | MooseX::StrictConstructor::Trait::Method::Constructor(3pm) |
NAME¶
MooseX::StrictConstructor::Trait::Method::Constructor - A role to make immutable constructors strictVERSION¶
version 0.19DESCRIPTION¶
This role simply wraps "_generate_BUILDALL()" (from "Moose::Meta::Method::Constructor") so that immutable classes have a strict constructor.AUTHOR¶
Dave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2012 by Dave Rolsky.This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
2012-01-17 | perl v5.14.2 |