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

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