
Module::Packaged::Generator::Driver - base class for all drivers

version 1.111930

This module is the base class for all distribution drivers. It provides some helper methods, and stubs that needs to be overriden in sub-classes.

my @modules = $driver->list;
Return the list of available Perl modules found by this distribution driver. The method in this class just logs a fatal error, and needs to be overridden in child classes.

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.