Moose::Meta::Method::Destructor - Method Meta Object for destructors



NAME

Moose::Meta::Method::Destructor - Method Meta Object for destructors


DESCRIPTION

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


METHODS

new
attributes
meta_instance
options
is_needed
intialize_body
associated_metaclass


AUTHORS

Stevan Little <stevan@iinteractive.com>


COPYRIGHT AND LICENSE

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.

 Moose::Meta::Method::Destructor - Method Meta Object for destructors