The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Dist::Zilla::PluginBundle::TAPPER - Build your distributions like TAPPER does

SYNOPSIS

In dist.ini:

[@TAPPER]
dist = Distribution-Name
repository_at = github

DESCRIPTION

This is the Dist::Zilla configuration I use to build my distributions.

It is roughly equivalent to:

[@Basic] # without "License"
[MetaConfig]
[MetaJSON]
[PkgVersion]
[PodSyntaxTests]
[PodCoverageTests]
[Test::NoTabs]
[Test::EOL]
[MetaResources]
repository.type = git
repository.url = git://github.com/tapper/${dist}
repository.web = http://github.com/tapper/${dist}
bugtracker.mailto = bug-${dist}@rt.cpan.org
[Authority]
authority = cpan:TAPPER
do_metadata = 1
[PodWeaver]
config_plugin = @TAPPER
[AutoPrereqs]
[Git::Describe]
[CheckChangesHasContent]
[NextRelease]
[Git::CheckFor::CorrectBranch]
release_branch = master
# if static_version
[StaticVersion]
# else
[Git::NextVersion]
[@Git]

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Steffen Schwigon.

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