NAME

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

VERSION

version 0.12

SYNOPSIS

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

DESCRIPTION

My plugin bundle. Roughly equivalent to:

[Prereqs / TestMoreDoneTesting]
-phase = test
-type = requires
Test::More = 0.88

[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[Readme]
[RunExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]

[TestRelease]
[ConfirmRelease]

[MetaConfig]
[MetaJSON]

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

[PkgVersion]
[Authority]
authority = cpan:DOY

[PodCoverageTests]
[PodSyntaxTests]
[NoTabsTests]
[EOLTests]
[Test::Compile]

[MetaResources]
; autoconfigured, based on the value of 'repository'

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

[PodWeaver]

[UploadToCPAN]

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

Dist::Zilla

Task::BeLike::DOY

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) 2013 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.