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 This is a Class::MOP::Method::Generated subclass for methods which can
11 be inlined.
12
14 $metamethod->can_be_inlined
15 This method returns true if the method in question can be inlined
16 in the associated metaclass.
17
18 If it cannot be inlined, it spits out a warning and returns false.
19
21 Stevan Little <stevan@iinteractive.com>
22
24 Copyright 2006-2010 by Infinity Interactive, Inc.
25
26 <http://www.iinteractive.com>
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31
32
33perl v5.12.2 2010-09-13 Class::MOP::Method::Inlined(3)