NAME
    Dist::Zilla::PluginBundle::Author::DOHERTY - configure Dist::Zilla like
    DOHERTY

VERSION
    version 0.015

SYNOPSIS
        # in dist.ini
        [@Author::DOHERTY]

DESCRIPTION
    "Dist::Zilla::PluginBundle::Author::DOHERTY" provides shorthand for a
    Dist::Zilla configuration approximate like:

        [Git::Check]
        [@Filter]
        -bundle = @Basic    ; Equivalent to using [@Basic]
        -remove = Readme    ; For use with [CopyReadmeFromBuild]
        -remove = ExtraTests

        [AutoPrereqs]
        [MinimumPerl]
        [Repository]
        [Bugtracker]
        :version = 1.102670 ; To set bugtracker
        web = http://github.com/doherty/%s/issues
        [PodWeaver]
        config_plugin = @Author::DOHERTY
        [InstallGuide]
        [ReadmeFromPod]
        [CopyReadmeFromBuild]
        [CopyMakefilePLFromBuild]

        [Git::NextVersion]
        [PkgVersion]
        [NextRelease]
        filename = CHANGES
        format   = %-9v %{yyyy-MM-dd}d
        [CheckChangesHasContent]
        changelog = CHANGES

        [Twitter]       ; config in ~/.netrc
        [GithubUpdate]  ; config in ~/.gitconfig
        [Git::Commit]
        [Git::Tag]

        [@TestingMania]
        [LocalInstall]

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". Defaults to 0.

    *   "bugtracker" specifies a URL for your bug tracker. This is passed to
        "Bugtracker", so the same interpolation rules apply. Defaults to
        "http://github.com/doherty/%s/issues".

    *   "add_tests" is a comma-separated list of testing plugins to add to
        "TestingMania".

    *   "skip_tests" is a comma-separated list of testing plugins to skip in
        "TestingMania".

    *   "tag_format" specifies how a git release tag should be named. This
        is passed to "Git::Tag".

    *   "version_regex" specifies a regexp to find the version number part
        of a git release tag. This is passed to "Git::NextVersion".

    *   "no_twitter" says that releases of this module shouldn't be tweeted.

    *   "surgical" says to use Dist::Zilla::Plugin::SurgicalPodWeaver.

    *   "changelog" is the filename of the changelog, and defaults to
        CHANGES.

SEE ALSO
    "Dist::Zilla"

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
    <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
    <http://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.

