Class::MOP::Method::Generated(3pm)
NAME
Class::MOP::Method::Generated - Abstract base class for generated
methods
DESCRIPTION
This is a "Class::MOP::Method" subclass which is subclassed by
"Class::MOP::Method::Accessor" and "Class::MOP::Method::Constructor".
It is not intended to be used directly.
AUTHORS
Stevan Little <stevan@iinteractive.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.