The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Class::MOP::Method::Wrapped - Method Meta Object to handle before/around/after modifiers

SYNOPSIS

  # ... more to come later maybe

DESCRIPTION

METHODS

Construction

wrap (&code)
get_original_method

Modifiers

add_before_modifier ($code)
add_after_modifier ($code)
add_around_modifier ($code)

AUTHORS

Stevan Little <stevan@iinteractive.com>

Yuval Kogman <nothingmuch@woobling.com>

COPYRIGHT AND LICENSE

Copyright 2006 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.