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

Datahub::Factory::Cmd - A base class for extending the Datahub Factory command line

SYNOPSIS

DESCRIPTION

Datahub::Factory::Cmd is a base class to extend the commands that can be provided for the 'dhconveyor' command line tools. New dhconveyor commands should be defined in the Datahub::Factory::Command namespace and extend Datahub::Factory::Cmd.

METHODS