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

NAME

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

VERSION

version 1.111930

DESCRIPTION

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.

METHODS

list

    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.

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.