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

Devel::ModInfo::ParentClass

Devel::ModInfo::ParentClass - Defines a module from which the current module inherits (i.e., defines a SUPERCLASS)

SYNOPSIS

Not meant to be used outside the ModInfo system.

DESCRIPTION

Devel::ModInfo::ParentClass allows a module to define its place in an inheritance tree. A class that appears in the @ISA array of a particular module is a candidate for inclusion as a ParentClass in the module's ModInfo metadata.

AUTHOR

jtillman@bigfoot.com

tcushard@bigfoot.com

SEE ALSO

Devel::ModInfo::Tutorial

Devel::ModInfo::ParamHash

perl(1).