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
namebodyis_requiredorigin_stashwas_aliased_fromhas_code_attributesget_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.