NAME
Dist::Zilla::PluginBundle::Author::DBOOK - A plugin bundle for distributions built by DBOOK
SYNOPSIS
[@Author::DBOOK]
fromcpanfile = 1
makemaker = awesome
mma_test_file = t/*.t
DESCRIPTION
This is the plugin bundle that DBOOK uses. It is equivalent to:
[GithubMeta]
issues = 1
[ReadmeAnyFromPod]
type = pod
filename = README.pod
location = root
[MetaProvides::Package]
[CPANFile]
[Git::Check]
[RewriteVersion]
[NextRelease]
[Git::Commit]
[Git::Tag]
[BumpVersionAfterRelease]
[Git::Commit / Commit_Version_Bump]
allow_dirty_match = ^lib/
commit_msg = Bump version
[Git::Push]
[GatherDir] ; split out to exclude existing license file
exclude_filename = LICENSE
[@Filter]
-bundle = @Basic
-remove = GatherDir
[MetaJSON]
OPTIONS
fromcpanfile
fromcpanfile = 1
Set to a true value to read prereqs from an existing cpanfile, instead of writing a cpanfile to the distribution.
makemaker
makemaker = awesome
Set to awesome
to use the Dist::Zilla::Plugin::MakeMaker::Awesome plugin instead of the basic MakeMaker
plugin. Options for MakeMaker::Awesome
can be specified with the prefix mma_
, for example mma_WriteMakefile_arg
and mma_header
.
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::Plugin::MakeMaker::Awesome, cpanfile