1Class::MOP::Mixin(3)  User Contributed Perl Documentation Class::MOP::Mixin(3)
2
3
4

NAME

6       Class::MOP::Mixin - Base class for mixin classes
7

VERSION

9       version 2.2015
10

DESCRIPTION

12       This class provides a few methods which are useful in all metaclasses.
13

METHODS

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

AUTHORS

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.34.0                      2021-07-22              Class::MOP::Mixin(3)
Impressum