Class::MOP::Method::Inlined.3pm

Langue: en

Autres versions - même langue

Version: 2010-06-05 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Class::MOP::Method::Inlined - Method base class for methods which have been inlined

DESCRIPTION

This is a Class::MOP::Method::Generated subclass for methods which can be inlined.

METHODS

$metamethod->can_be_inlined
This method returns true if the method in question can be inlined in the associated metaclass.

If it cannot be inlined, it spits out a warning and returns false.

AUTHORS

Stevan Little <stevan@iinteractive.com> Copyright 2006-2010 by Infinity Interactive, Inc.

<http://www.iinteractive.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.