NAME
Module::Packaged::Generator::Distribution - base class for all distribution drivers
VERSION
version 1.100090
DESCRIPTION
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
my $bool = $class->match;
Return true if the class has detected that it can provides information on the current machine.
my @modules = $class->list;
Return the list of available Perl modules for this distribution.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.