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 version 2.2206
10
12 This class provides a few methods which are useful in all metaclasses.
13
15 Class::MOP::Mixin->meta
16 This returns a Class::MOP::Class object for the mixin class.
17
18 Class::MOP::Mixin->_throw_exception
19 Throws an exception in the Moose::Exception family. This should ONLY be
20 used internally -- any callers outside Class::MOP::* should be using
21 the version in Moose::Util instead.
22
24 • Stevan Little <stevan@cpan.org>
25
26 • Dave Rolsky <autarch@urth.org>
27
28 • Jesse Luehrs <doy@cpan.org>
29
30 • Shawn M Moore <sartak@cpan.org>
31
32 • יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
33
34 • Karen Etheridge <ether@cpan.org>
35
36 • Florian Ragwitz <rafl@debian.org>
37
38 • Hans Dieter Pearcey <hdp@cpan.org>
39
40 • Chris Prather <chris@prather.org>
41
42 • Matt S Trout <mstrout@cpan.org>
43
45 This software is copyright (c) 2006 by Infinity Interactive, Inc.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.38.0 2023-07-23 Class::MOP::Mixin(3)