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.2011
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.little@iinteractive.com>
25
26       ·   Dave Rolsky <autarch@urth.org>
27
28       ·   Jesse Luehrs <doy@tozt.net>
29
30       ·   Shawn M Moore <code@sartak.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@weftsoar.net>
39
40       ·   Chris Prather <chris@prather.org>
41
42       ·   Matt S Trout <mst@shadowcat.co.uk>
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.28.1                      2018-05-16              Class::MOP::Mixin(3)
Impressum