1Class::MOP::Method::InlUisneerd(C3o)ntributed Perl DocumCelnatsast:i:oMnOP::Method::Inlined(3)
2
3
4
6 Class::MOP::Method::Inlined - Method base class for methods which have
7 been inlined
8
10 version 2.2014
11
13 This is a Class::MOP::Method::Generated subclass for methods which can
14 be inlined.
15
17 $metamethod->can_be_inlined
18 This method returns true if the method in question can be inlined in
19 the associated metaclass.
20
21 If it cannot be inlined, it spits out a warning and returns false.
22
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.32.1 2021-01-27 Class::MOP::Method::Inlined(3)