NAME
Dist::Zilla::PluginBundle::Author::DOHERTY - configure Dist::Zilla like DOHERTY
VERSION
version 0.29
SYNOPSIS
# in dist.ini
[@Author::DOHERTY]
DESCRIPTION
Dist::Zilla::PluginBundle::Author::DOHERTY provides shorthand for
a Dist::Zilla configuration that does what Mike wants.
USAGE
Just put [@Author::DOHERTY] in your dist.ini. You can supply the following
options:
fake_releasespecifies whether to use[FakeRelease](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::FakeRelease)instead of[UploadToCPAN](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::UploadToCPAN).
Default is false.
enable_testsis a comma-separated list of testing plugins to add to[TestingMania](http://search.cpan.org/perldoc?Dist::Zilla::PluginBundle::TestingMania).
Default is none.
disable_testsis a comma-separated list of testing plugins to skip in[TestingMania](http://search.cpan.org/perldoc?Dist::Zilla::PluginBundle::TestingMania).
Default is none.
tag_formatspecifies how a git release tag should be named. This is passed to[Git::Tag](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::Git::Tag).
Default is %v%t.
version_regexpspecifies a regexp to find the version number part of a git release tag. This is passed to[Git::NextVersion](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::Git::NextVersion).
Default is ^(v.+)$.
twittersays whether releases of this module should be tweeted.
Default is true.
surgicalsays to use Dist::Zilla::Plugin::SurgicalPodWeaver.
Default is false.
changelogis the filename of the changelog.
Default is Changes.
push_tois the git remote to push to; can be specified multiple times.
Default is origin.
githubis a boolean specifying whether to use the plugins Dist::Zilla::Plugin::GitHub::Meta and Dist::Zilla::Plugin::GitHub::Update.
SEE ALSO
[Dist::Zilla](http://search.cpan.org/perldoc?Dist::Zilla)
configure
mvp_multivalue_args
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see https://metacpan.org/module/Dist::Zilla::PluginBundle::Author::DOHERTY/.
BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the web interface at http://rt.cpan.org.
AUTHOR
Mike Doherty doherty@cpan.org
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Mike Doherty doherty@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.