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.2013
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.little@iinteractive.com>
24
25 · Dave Rolsky <autarch@urth.org>
26
27 · Jesse Luehrs <doy@tozt.net>
28
29 · Shawn M Moore <code@sartak.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@weftsoar.net>
38
39 · Chris Prather <chris@prather.org>
40
41 · Matt S Trout <mst@shadowcat.co.uk>
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.0 2020-07-28 Class::MOP::Method::Meta(3)