NAME
MooseX::StrictConstructor::Meta::Class - A meta class for classes with strict constructors
SYNOPSIS
use MooseX::StrictConstructor;
DESCRIPTION
This class simply overrides make_immutable()
in Moose::Meta::Class
to use MooseX::StrictConstructor::Meta::Method::Constructor
as the constructor class.
You should never have to use this class directly.
AUTHOR
Dave Rolsky, <autarch@urth.org>
COPYRIGHT & LICENSE
Copyright 2007 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.