The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.111890

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.