NAME

Dist::Zilla::PluginBundle::Author::BLUEFEET - The Dist::Zilla plugins which Aran Deltac uses for his CPAN distributions.

SYNOPSIS

[@Author::BLUEFEET]

DESCRIPTION

Using this Dist::Zilla plugin bundle is equivalent to:

 [@Basic]

 [Git::Check]

 [Git::NextVersion]
 first_version = 0.01
 
 [NextRelease]
 format = %v %{yyyy-MM-dd}d
 
 [ReadmeAnyFromPod / ReadmePodInRoot]
 type = pod
 
 [GithubMeta]
 issues = 1
 
 [PkgVersion]
 [PodSyntaxTests]
 [Test::ReportPrereqs]
 [Prereqs::FromCPANfile]
 
 [MetaJSON]
 
 [Git::Commit]
 [Git::Tag]
 [Git::Push]

AUTHOR

Aran Clary Deltac <bluefeet@gmail.com>

CONTRIBUTORS

  • Mohammad S Anwar <mohammad.anwar@yahoo.com>

LICENSE

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