NAME

MooseX::StrictConstructor::Meta::Method::Constructor - A meta class to make immutable constructors strict

SYNOPSIS

use MooseX::StrictConstructor;

DESCRIPTION

This class simply overrides _generate_BUILDALL() in Moose::Meta::Method::Constructor so that classes that are made immutable have a strict constructor.

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.