NAME
Dist::Zilla::PluginBundle::Author::DOHERTY - configure Dist::Zilla like DOHERTY
VERSION
version 0.021
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 useFakeReleaseinstead ofUploadToCPAN.Default is false.
enable_testsis a comma-separated list of testing plugins to add toTestingMania.Default is none.
disable_testsis a comma-separated list of testing plugins to skip inTestingMania.Default is none.
tag_formatspecifies how a git release tag should be named. This is passed toGit::Tag.Default is
'v%v'.version_regexspecifies a regexp to find the version number part of a git release tag. This is passed toGit::NextVersion.Default is
'^(?:v|release-)(.+)$'.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.
SEE ALSO
AVAILABILITY
The project homepage is http://p3rl.org/Dist::Zilla::PluginBundle::Author::DOHERTY.
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 http://search.cpan.org/dist/Dist-Zilla-PluginBundle-Author-DOHERTY/.
The development version lives at http://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY and may be cloned from git://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY.git. Instead of sending patches, please fork this project using the standard git and github infrastructure.
SOURCE
The development version is on github at http://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY and may be cloned from git://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY.git
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at https://github.com/doherty/Dist-Zilla-PluginBundle-Author-DOHERTY/issues.
AUTHOR
Mike Doherty <doherty@cpan.org>
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.