The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.02

SYNOPSIS

In your dist.ini:

    [@Author::JACQUESG]

DESCRIPTION

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

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

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

Jacques Germishuys <jacquesg@cpan.org>

LICENSE AND COPYRIGHT

Copyright 2020 Jacques Germishuys.

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.