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

NAME

Dist::Zilla::PluginBundle::WCS - WCS distribution build

VERSION

version 0.001

DESCRIPTION

This is the plugin bundle that WCS uses. It is equivalent to:

  [Git::NextVersion]
  version_regexp = '^([0-9]+\.[0-9]+)$'

  [License]
  [CopyFilesFromBuild]
  copy = LICENSE

  [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]
  tag_format = '%v'
  remotes_must_exist = 0
  push_to = 'origin :'
  push_to = 'backup :'

  [@Filter]
  -bundle = @Basic
  -remove = License
  -remove = GatherDir

  [InstallGuide]
  [Git::Contributors]
  [GithubMeta]
  [MetaConfig]
  [MetaYAML]
  [MetaJSON]
  [PodWeaver]
  [ReadmeAnyFromPod
  type = pod
  filename = README.pod
  location = root

  [AutoPrereqs]
  [MetaTests]
  [Test::ChangesHasContent]
  [Test::NoTabs]
  [Test::EOL]
  trailing_whitespace = 1
  all_resons = 1

  [Test::Compile]
  [PodSyntaxTests]
  [PodCoverageTests]
  [Test::Pod::No404s]
  [Test::ReportPrereqs]
  [Test::Perl::Critic]
  [Test::Kwalitee]
  [Git::CommitBuild]
  branch =
  release_branch = release
  release_message = Build release of %v (on %b)

  [TestRelease]
  [ConfirmRelease]

FUNCTIONS

configure

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.