The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Moose::Meta::Method::Constructor - Method Meta Object for constructors

DESCRIPTION

This is a subclass of Class::MOP::Method which handles constructing an approprate Constructor methods. This is primarily used in the making of immutable metaclasses, otherwise it is not particularly useful.

METHODS

new
attributes
meta_instance
options
intialize_body
associated_metaclass

AUTHORS

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2006, 2007 by Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.