1Class::MOP::Mixin(3) User Contributed Perl Documentation Class::MOP::Mixin(3)
2
3
4
6 Class::MOP::Mixin - Base class for mixin classes
7
9 This class provides a single method shared by all mixins
10
12 This class provides a few methods which are useful in all metaclasses.
13
14 Class::MOP::Mixin->meta
15 This returns a Class::MOP::Class object for the mixin class.
16
18 Dave Rolsky <autarch@urth.org>
19
21 Copyright 2006-2010 by Infinity Interactive, Inc.
22
23 <http://www.iinteractive.com>
24
25 This library is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
28
29
30perl v5.12.2 2010-09-13 Class::MOP::Mixin(3)