1Class::MOP::MiniTrait(3U)ser Contributed Perl DocumentatiColnass::MOP::MiniTrait(3)
2
3
4
6 Class::MOP::MiniTrait - Extremely limited trait application
7
9 version 2.2014
10
12 This package provides a single function, "apply", which does a half-
13 assed job of applying a trait to a class. It exists solely for use
14 inside Class::MOP and Moose core classes.
15
17 • Stevan Little <stevan@cpan.org>
18
19 • Dave Rolsky <autarch@urth.org>
20
21 • Jesse Luehrs <doy@cpan.org>
22
23 • Shawn M Moore <sartak@cpan.org>
24
25 • יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
26
27 • Karen Etheridge <ether@cpan.org>
28
29 • Florian Ragwitz <rafl@debian.org>
30
31 • Hans Dieter Pearcey <hdp@cpan.org>
32
33 • Chris Prather <chris@prather.org>
34
35 • Matt S Trout <mstrout@cpan.org>
36
38 This software is copyright (c) 2006 by Infinity Interactive, Inc.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.32.1 2021-01-27 Class::MOP::MiniTrait(3)