Writing Perl plugins for Disbatch 4

Copyright (c) 2016 by Ashley Willis.

For a simple example, see lib/Disbatch/Plugin/Demo.pm.

Requirements

Task Params

Anything for a particular task can be here. For email migrations, we typically have the following key names: client, migration, user1, user2, and commands.

The params object may also contain additional name/value pairs for special options.

Recommendations