1Class::MOP::Method::MetUas(e3r)Contributed Perl DocumentCaltaisosn::MOP::Method::Meta(3)
2
3
4
6 Class::MOP::Method::Meta - Method Meta Object for "meta" methods
7
9 version 2.2014
10
12 This is a Class::MOP::Method subclass which represents "meta" methods
13 installed into classes by Class::MOP.
14
16 Class::MOP::Method::Wrapped->wrap($metamethod, %options)
17 This is the constructor. It accepts a Class::MOP::Method object and
18 a hash of options. The options accepted are identical to the ones
19 accepted by Class::MOP::Method, except that "body" cannot be passed
20 (it will be generated automatically).
21
23 • Stevan Little <stevan@cpan.org>
24
25 • Dave Rolsky <autarch@urth.org>
26
27 • Jesse Luehrs <doy@cpan.org>
28
29 • Shawn M Moore <sartak@cpan.org>
30
31 • יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
32
33 • Karen Etheridge <ether@cpan.org>
34
35 • Florian Ragwitz <rafl@debian.org>
36
37 • Hans Dieter Pearcey <hdp@cpan.org>
38
39 • Chris Prather <chris@prather.org>
40
41 • Matt S Trout <mstrout@cpan.org>
42
44 This software is copyright (c) 2006 by Infinity Interactive, Inc.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.32.1 2021-01-27 Class::MOP::Method::Meta(3)