The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::PluginBundle::Author::ALEXBIO - ALEXBIO's default Dist::Zilla config

VERSION

version 1.7

SYNOPSIS

Synopsis section

# in dist.ini
[@Author::ALEXBIO]

DESCRIPTION

Dist::Zilla::PluginBundle::Author::ALEXBIO is a Dist::Zilla plugin bundle, 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.