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