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

NAME

Dist::Zilla::PluginBundle::CEBJYRE - My default dzil plugins

VERSION

version 0.4.0

DESCRIPTION

Using this bundle is equivalent to:

  [AutoPrereqs]
  [PkgVersion]
  [PodWeaver]
  [PodCoverageTests]
  [PodSyntaxTests]
  [NextRelease]
  [CheckPrereqsIndexed]
  [MetaJSON]
  [@Filter]
  -bundle = @Basic
  -remove = MetaYAML
  [@Git]

where the @Filter bundle is the @Basic bundle with the MetaYAML plugin stripped out. Configurations options may be passed into the Git bundle by prefacing the usual option names with git_. Likewise prerequisites generated by AutoPrereqs may be disregarded with prereq_skip.

For example:

  [@CEBJYRE]
  git_push_to = github
  prereq_skip = Not::A::Real::Prereq

METHODS

configure

See Dist::Zilla::Role::PluginBundle::Easy.

AUTHOR

Glenn Fowler <cebjyre@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Glenn Fowler.

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