NAME
MOP::Method - A representation of a method
VERSION
version 0.14
DESCRIPTION
A method is simply a wrapper around a reference to a CODE slot inside a given package.
CONSTRUCTORS
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, 2018 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.