| Module-Packaged-Generator documentation | view source | Contained in the Module-Packaged-Generator distribution. |
Module::Packaged::Generator::Distribution - base class for all distribution drivers
version 1.111040
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.
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.
Jerome Quelin
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.
| Module-Packaged-Generator documentation | view source | Contained in the Module-Packaged-Generator distribution. |