Class::MOP::Method::Wrapped - Method Meta Object to handle before/around/after modifiers |
Class::MOP::Method::Wrapped - Method Meta Object to handle before/around/after modifiers
This is a the Class::MOP::Method manpage subclass which provides the funtionality to wrap a given CODE reference with before, after and around method modifiers.
These three methods will add the method modifiers to the wrapped CODE reference. For more information on how method modifiers work, see the section in the Class::MOP::Class manpage.
Stevan Little <stevan@iinteractive.com>
Copyright 2006-2008 by Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Class::MOP::Method::Wrapped - Method Meta Object to handle before/around/after modifiers |