NAME

Dist::Zilla::MintingProfile::Starter - A minimal Dist::Zilla minting profile

SYNOPSIS

# setup only needs to be run once to set up your dzil config
$ dzil setup
$ dzil new -P Starter My::New::Dist

DESCRIPTION

This minting profile for dzil new creates a minimal new distribution consisting of a basic dist.ini using the [@Starter] plugin bundle, and a skeleton for the main module and its documentation. The author, license, and copyright will be populated in the dist.ini and documentation from the current dzil config.ini, which can be initialized using dzil setup. The version is initialized statically as 0.001. See "Versions" in Dist::Zilla::PluginBundle::Starter for ways to automatically manage distribution versions between releases with Dist::Zilla.

BUGS

Report any issues on the public bugtracker.

AUTHOR

Dan Book <dbook@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Dan Book.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

SEE ALSO

Dist::Zilla, Dist::Zilla::PluginBundle::Starter