hoelzro / dist-zilla-pluginbundle-author-rhoelz

Dist::Zilla configuration for RHOELZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

Dist::Zilla::PluginBundle::Author::RHOELZ - BeLike::RHOELZ when you build your distributions.

VERSION

version 0.07

SYNOPSIS

; in your dist.ini
[@Author::RHOELZ]

DESCRIPTION

This is the plugin bundle that RHOELZ uses to build distributions. It is equivalent to the following:

[GithubMeta]
issues = 1
[Git::Check]
allow_dirty = dist.ini
allow_dirty = README.pod
[NextRelease]
format = %v %{MMMM dd yyyy}d
[Git::Commit]
allow_dirty = dist.ini
allow_dirty = README.pod
allow_dirty = Changes
[Git::Tag]
tag_format  = %v
tag_message = %v
signed      = 1
[Git::NextVersion]
first_version  = 0.01
version_regexp = ^(\d+\.\d+)$
[ReadmeAnyFromPod]
type     = pod
filename = README.pod
location = root
[Git::GatherDir]
include_dotfiles = 1
[PruneCruft]
except = \.perlcriticrc
[MetaYAML]
[License]
[Readme]
[ModuleBuild]
[Manifest]
[PodCoverageTests]
[PodSyntaxTests]
[Test::DistManifest]
[Test::Kwalitee]
[Test::Compile]
[Test::Perl::Critic]
[TestRelease]
[PruneFiles]
filename = dist.ini
filename = weaver.ini
[CheckChangesHasContent]
[ConfirmRelease]
[UploadToCPAN]
[PkgVersion]
[PodWeaver]

CUSTOMIZATION

You may omit a plugin using -omit:

[@Author::RHOELZ]
-omit = UploadToCPAN

You may also provide a custom configuration for a plugin; this must precede the main @Author::RHOELZ section.

[@Author::RHOELZ / Test::Kwalitee]
skiptest = use_strict
[@Author::RHOELZ]

SEE ALSO

Dist::Zilla

AUTHOR

Rob Hoelz <rob@hoelz.ro>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Rob Hoelz.

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

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/hoelzro/dist-zilla-pluginbundle-author-rhoelz/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

About

Dist::Zilla configuration for RHOELZ


Languages

Language:Perl 100.0%