1Class::MOP::Method::WraUpspeerd(C3o)ntributed Perl DocumCelnatsast:i:oMnOP::Method::Wrapped(3)
2
3
4
6 Class::MOP::Method::Wrapped - Method Meta Object to handle
7 before/around/after modifiers
8
10 # ... more to come later maybe
11
14 Construction
15
16 wrap (&code)
17 get_original_method
18
19 Modifiers
20
21 add_before_modifier ($code)
22 add_after_modifier ($code)
23 add_around_modifier ($code)
24
26 Stevan Little <stevan@iinteractive.com>
27
29 Copyright 2006, 2007 by Infinity Interactive, Inc.
30
31 <http://www.iinteractive.com>
32
33 This library is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
36
37
38perl v5.8.8 2007-11-07 Class::MOP::Method::Wrapped(3)