The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

  • dist.ini

  • LICENSE

  • prereqs.yml

  • .gitignore

  • .travis.yml

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, Dist::Zilla::PluginBundle::Author::DBOOK