NAME
Dist::Zilla::PluginBundle::WCS - WCS distribution build
VERSION
version 0.003
DESCRIPTION
This is the plugin bundle that WCS uses. It is equivalent to:
[Git::NextVersion]
[License]
[CopyFilesFromBuild]
copy = LICENSE
[Git::GatherDir]
exclude_filename = LICENSE
[PkgVersion]
die_on_existing_version = 1
die_on_line_insertion = 1
[NextRelease]
timezone = America/Chicago
format = %-9v %{yyyy-MM-dd}d
[@Git]
remotes_must_exist = 0
push_to = 'origin'
push_to = 'backup'
[@Filter]
-bundle = @Basic
-remove = License
-remove = GatherDir
[InstallGuide]
[Git::Contributors]
[GithubMeta]
[MetaConfig]
[MetaYAML]
[MetaJSON]
[MinimumPerlFast]
[PodWeaver]
[ReadmeAnyFromPod
type = markdown
filename = README.md
location = root
[AutoPrereqs]
[TravisYML]
build_release = /^release\/.*/
[MetaTests]
[TravisCI::StatusBadge]
[Test::ChangesHasContent]
[Test::NoTabs]
[Test::EOL]
trailing_whitespace = 1
all_reasons = 1
[Test::Compile]
[PodSyntaxTests]
[PodCoverageTests]
[Test::Pod::No404s]
[Test::ReportPrereqs]
[Test::Perl::Critic]
[Test::Kwalitee]
[Git::CommitBuild]
branch =
release_branch = release/%b
release_message = Build release of %v (on %b)
[TestRelease]
[ConfirmRelease]
AUTHOR
William C Scherz III <wcs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by William C Scherz III.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
CONTRIBUTOR
Mohammad S Anwar <mohammad.anwar@yahoo.com>