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

NAME

MOP::Method - A representation of a method

VERSION

version 0.03

DESCRIPTION

A method is simply a wrapper around a reference to a CODE slot inside a given package.

CONSTRUCTORS

new( body = \&method )>
new( \&method )

METHODS

name
body
is_required
origin_stash
was_aliased_from
has_code_attributes
get_code_attributes

AUTHOR

Stevan Little <stevan@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Stevan Little.

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