Devel::ModInfo::Method
Devel::ModInfo::Method - Defines an object-oriented function that can be accessed in a Perl module
SYNOPSIS
Not meant to be used outside the ModInfo system.
DESCRIPTION
Devel::ModInfo::Method provides the name, description, and parameters for a method in a Perl module. It is not meant to model non-object-oriented functions, which are instead handled by ModInfo::Function.
AUTHOR
jtillman@bigfoot.com tcushard@bigfoot.com
SEE ALSO
Devel::ModInfo::Tutorial
Devel::ModInfo::Function
Devel::ModInfo::Parameter
Devel::ModInfo::ParamHash
Devel::ModInfo::ParamArray
perl(1).