NAME Dist::Zilla::PluginBundle::Author::DOHERTY - configure Dist::Zilla like DOHERTY VERSION version 0.26 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_release" specifies whether to use "FakeRelease" instead of "UploadToCPAN". Default is false. * "enable_tests" is a comma-separated list of testing plugins to add to "TestingMania". Default is none. * "disable_tests" is a comma-separated list of testing plugins to skip in "TestingMania". Default is none. * "tag_format" specifies how a git release tag should be named. This is passed to "Git::Tag". Default is " %v%t ". * "version_regexp" specifies a regexp to find the version number part of a git release tag. This is passed to "Git::NextVersion". Default is "^(v.+)$". * "twitter" says whether releases of this module should be tweeted. Default is true. * "surgical" says to use Dist::Zilla::Plugin::SurgicalPodWeaver. Default is false. * "changelog" is the filename of the changelog. Default is Changes. * "push_to" is the git remote to push to; can be specified multiple times. Default is "origin". SEE ALSO "Dist::Zilla" AVAILABILITY The project homepage is . The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you, or see . SOURCE The development version is on github at and may be cloned from BUGS AND LIMITATIONS You can make new bug reports, and view existing ones, through the web interface at . AUTHOR Mike Doherty COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Mike Doherty. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.