jammy (3) Object::Pad::MOP::Method.3pm.gz

NAME
"Object::Pad::MOP::Method" - meta-object representation of a method of a "Object::Pad" class
DESCRIPTION
Instances of this class represent a method of a class implemented by Object::Pad. Accessors provide information about the method. This API should be considered experimental even within the overall context in which "Object::Pad" is expermental.
METHODS
name $name = $metamethod->name Returns the name of the method, as a plain string. class Returns the Object::Pad::MOP::Class instance representing the class of which this method is a member.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>