NAME

Dist::Zilla::PluginBundle::MSCHOUT - Use Dist::Zilla like MSCHOUT does

VERSION

version 0.27

DESCRIPTION

This is the pluginbundle that MSCHOUT uses. Use it as:

[@MSCHOUT]

Optionally, for a dist that you do not want to upload to CPAN: [@MSCHOUT] no_upload = 1

It's equivalent to:

[@Filter]
bundle = @Classic
remove = PodVersion

[AutoPrereqs]
[PodWeaver]
[Repository]
[Bugtracker]
[Homepage]
[Signature]
[ArchiveRelease]
[NextRelease]
   format = "%-2v  %{yyyy-MM-dd}d"
[Git::Check]
[Git::Commit]
[Git::NextVersion]
   first_version = 0.01
[Git::CommitBuild]
   release_branch = build/releases
[Git::Tag]
   branch = build/releases
[Git::Push]

Options

The following configuration settings are available:

  • no_upload

    Disables UploadToCPAN and ConfirmRelease. Adds FakeRelease.

  • release_branch

    Sets the release branch name. Default is build/releases.

  • task

    Replaces Pod::Weaver with Task::Weaver and uses AutoVersion instead of Git::NextVersion

SOURCE

The development version is on github at http://github.com/mschout/dist-zilla-pluginbundle-mschout and may be cloned from git://github.com/mschout/dist-zilla-pluginbundle-mschout.git

BUGS

Please report any bugs or feature requests to bug-dist-zilla-pluginbundle-mschout@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBundle-MSCHOUT

AUTHOR

Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Michael Schout.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.