Moose::Meta::Method::Accessor(3pm)
NAME
Moose::Meta::Method::Accessor - A Moose Method metaclass for accessors
DESCRIPTION
This class is a subclass of Class::MOP::Method::Accessor that provides
additional Moose-specific functionality, all of which is private.
To understand this class, you should read the the
Class::MOP::Method::Accessor documentation.
BUGS
See "BUGS" in Moose for details on reporting bugs.
AUTHOR
Stevan Little <stevan@iinteractive.com>
Yuval Kogman <nothingmuch@woobling.com>
COPYRIGHT AND LICENSE
Copyright 2006-2010 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.