NAME
Dist::Zilla::MintingProfile::Author::DBOOK - A minting profile used by DBOOK
SYNOPSIS
dzil new -P Author::DBOOK Foo::Bar
DESCRIPTION
This is the minting profile that DBOOK uses. It creates a git repository with a module skeleton in lib
and the following additional files:
Changes
cpanfile
dist.ini
LICENSE
.gitignore
The created dist.ini
will use the current dzil config.ini
to populate the author, license, and copyright fields. It will additionally add the plugin bundle Dist::Zilla::PluginBundle::Author::DBOOK.
BUGS
Report any issues on the public bugtracker.
AUTHOR
Dan Book, dbook@cpan.org
COPYRIGHT AND LICENSE
Copyright 2015, Dan Book.
This library is free software; you may redistribute it and/or modify it under the terms of the Artistic License version 2.0.
SEE ALSO
Dist::Zilla, cpanfile, Dist::Zilla::PluginBundle::Author::DBOOK