NAME

Dist::Zilla::PluginBundle::Author::ALEXBIO - Plugin bundle used by ALEXBIO

VERSION

version 2.07

SYNOPSIS

In your dist.ini:

    [@Author::ALEXBIO]

DESCRIPTION

Dist::Zilla::PluginBundle::Author::ALEXBIO is the Dist::Zilla plugin bundle used by ALEXBIO.

It is equivalent to the following:

    [@Basic]
    [@GitHub]

    [MetaConfig]
    [MetaJSON]

    [AutoPrereqs]

    [Git::NextVersion]

    [PodVersion]
    [PkgVersion]

    [Test::Compile]
    [Test::CheckManifest]
    [PodSyntaxTests]
    [PodCoverageTests]

    [NextRelease]

    [Git::Commit]

    [Git::Tag]
    tag_message = %N %v

    [Git::Push]

    [InstallRelease]
    install_command = cpanm .

    [Clean]

ATTRIBUTES

makemaker

If set to '1' (default), the MakeMaker plugin is used.

fake_relase

If set to '1', the release will be faked using the FakeRelease plugin.

pod_coverage

If set to '1' (default), the PodCoverageTest plugin is used.

github

If set to '1' (default), the GitHub bundle is used.

git_push

If set to '1' (default), the Git::Push plugin is used.

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2011 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.