NAME

module-starter - Creates a skeleton module distribution

SYNOPSIS

module-starter [options]

Options:

--module=module  Module name (repeatable)
--distro=name    Distribution name (optional)
--dir            Directory name to create new module in (optional)

--builder=module Build with 'ExtUtils::MakeMaker' or 'Module::Build'
--eumm           Same as --build=ExtUtils::MakeMaker
--mb             Same as --build=Module::Build

The builder options may be repeated to create files for multiple builders.

--author=name    Author's name (required)
--email=email    Author's email (required)

--license=type   License under which the module will be distributed
                 (default is the same license as perl)

--help           Show this message

Example:

module-starter --module=Foo::Bar,Foo::Bat \
    --author="Andy Lester" --email=andy@petdance.com