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

Devel::ModInfo::Feature

Devel::ModInfo::Feature - A superclass for defining certain "features" a Perl module might have

SYNOPSIS

Not meant to be used outside the ModInfo system.

DESCRIPTION

Devel::ModInfo::Feature serves as a base class for several other ModInfo classes. It defines a simple data structure that allows a certain Module "feature" such as a method or function, to be named and described. Other classes flesh out the definition of their respective features.

AUTHOR

jtillman@bigfoot.com tcushard@bigfoot.com

SEE ALSO

Devel::ModInfo::Tutorial

perl(1).