Module::Packaged::Generator::Distribution - base class for all distribution drivers


Module-Packaged-Generator documentation  | view source Contained in the Module-Packaged-Generator distribution.

Index


NAME

Top

Module::Packaged::Generator::Distribution - base class for all distribution drivers

VERSION

Top

version 1.111040

DESCRIPTION

Top

This module doesn't do anything useful, but defining methods that distribution drivers should implement. Those stub methods are just dying, since they should be overridden in the sub-classes.

METHODS

Top

match

    my $bool = $class->match;

Return true if the class has detected that it can provides information on the current machine.

list

    my @modules = $class->list;

Return the list of available Perl modules for this distribution.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Module-Packaged-Generator documentation  | view source Contained in the Module-Packaged-Generator distribution.