-
-
07 Apr 2009 16:13:53 UTC
- Distribution: MooseX-StrictConstructor
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (4 / 0 / 0)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (5.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Moose
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
MooseX::StrictConstructor::Role::Meta::Method::Constructor - A role to make immutable constructors strict
SYNOPSIS
Moose::Util::MetaRole::apply_metaclass_roles ( for_class => $caller, constructor_class_roles => ['MooseX::StrictConstructor::Role::Meta::Method::Constructor'], );
DESCRIPTION
This role simply wraps
_generate_BUILDALL()
(fromMoose::Meta::Method::Constructor
) so that immutable classes have a strict constructor.AUTHOR
Dave Rolsky,
<autarch@urth.org>
COPYRIGHT & LICENSE
Copyright 2007-2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install MooseX::StrictConstructor, copy and paste the appropriate command in to your terminal.
cpanm MooseX::StrictConstructor
perl -MCPAN -e shell install MooseX::StrictConstructor
For more information on module installation, please visit the detailed CPAN module installation guide.