NAME

Dist::Zilla::PluginBundle::DOY - Dist::Zilla plugins for me

VERSION

version 0.05

SYNOPSIS

# dist.ini
[@DOY]
dist = Dist-Zilla-PluginBundle-DOY

DESCRIPTION

My plugin bundle. Roughly equivalent to:

[@Basic]

[MetaConfig]
[MetaJSON]

[NextRelease]
format = %-5v %{yyyy-MM-dd}d
[CheckChangesHasContent]

[PkgVersion]

[PodCoverageTests]
[PodSyntaxTests]
[NoTabsTests]
[EOLTests]
[CompileTests]

[Repository]
git_remote = git://github.com/doy/${lowercase_dist}
github_http = 0

[Git::Check]
allow_dirty =
[Git::Tag]
tag_format = %v
tag_message =
[BumpVersionFromGit]
version_regexp = ^(\d+\.\d+)$
first_version = 0.01

[PodWeaver]

BUGS

No known bugs.

Please report any bugs through RT: email bug-dist-zilla-pluginbundle-doy at rt.cpan.org, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-DOY.

SEE ALSO

SUPPORT

You can find this documentation for this module with the perldoc command.

perldoc Dist::Zilla::PluginBundle::DOY

You can also look for information at:

AUTHOR

Jesse Luehrs <doy at tozt dot net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Jesse Luehrs.

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