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

NAME

Dist::Zilla::PluginBundle::MMCCLIMON - BeLike::MMCCLIMON when you build your dists

VERSION

version 5.013

DESCRIPTION

This is the plugin bundle that MMCCLIMON uses. It is stolen directly from RJBS, with some things removed and a few others added.

It is more or less equivalent to:

  [Git::GatherDir]
  [@Basic]
  ; ...but without GatherDir and ExtraTests and MakeMaker

  [MakeMaker]
  default_jobs = 9

  [AutoPrereqs]
  [Git::NextVersion]
  [PkgVersion]
  die_on_existing_version = 1
  die_on_line_insertion   = 1
  [MetaConfig]
  [MetaJSON]
  [NextRelease]

  [Test::ChangesHasContent]
  [PodSyntaxTests]
  [Test::ReportPrereqs]

  [PodWeaver]
  config_plugin = @MMCCLIMON

  [GithubMeta]
  remote = github
  remote = origin

  [@Git]
  tag_format = %v

  [Git::Contributors]

  [CPANFile]

  [CopyFilesFromBuild]
  copy = Makefile.PL
  copy = LICENSE
  copy = cpanfile

  [Git::GatherDir]
  exclude_filename = Makefile.PL
  exclude_filename = LICENSE
  exclude_filename = cpanfile

If the manual_version argument is given, AutoVersion is omitted.

If the github_issues argument is given, and true, the META.* files will point to GitHub issues for the dist's bugtracker.

This bundle makes use of Dist::Zilla::Role::PluginBundle::PluginRemover and Dist::Zilla::Role::PluginBundle::Config::Slicer to allow further customization.

AUTHOR

Michael McClimon <michael@mcclimon.org>

CONTRIBUTORS

  • Karen Etheridge <ether@cpan.org>

  • Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Michael Mcclimon.

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