Dave Rolsky > Class-MOP > Class::MOP::Method::Generated

Download:
Class-MOP-0.94.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  2
View Bugs
Report a bug
Module Version: 0.94   Source   Latest Release: Class-MOP-0.95

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-2009 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.