module-starter [options] Options: --module=module Module name (required, repeatable) --distro=name Distribution name (optional) --dir=dirname Directory name to create new module in (optional) --builder=module Build with 'ExtUtils::MakeMaker' or 'Module::Build' --eumm Same as --builder=ExtUtils::MakeMaker --mb Same as --builder=Module::Build --mi Same as --builder=Module::Install (discouraged) --author=name Author's name (taken from getpwuid if not provided) --email=email Author's email (taken from EMAIL if not provided) --ignores=type Ignore type files to include (repeatable) --license=type License under which the module will be distributed (default is artistic2) --genlicense Generate LICENSE file according to specified license --minperl=ver Minimum Perl version required (optional; default is 5.006) --fatalize Generate code that causes all warnings to be fatal with: use warnings FATAL => 'all' --verbose Print progress messages while working --force Delete pre-existing files if needed --help Show this message $