Moose::Meta::Method::Constructor.3pm

Langue: en

Version: 2008-12-08 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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
can_be_inlined
attributes
meta_instance
options
initialize_body
associated_metaclass
can_be_inlined

AUTHORS

Stevan Little <stevan@iinteractive.com> Copyright 2006-2008 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.