From 39acbe7c88088ab1cfaae23cb9ef94ee2a58c26f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2012 15:41:37 -0600 Subject: update docs --- lib/Dist/Zilla/PluginBundle/DOY.pm | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index 494d30d..616ed8c 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -12,12 +12,31 @@ with 'Dist::Zilla::Role::PluginBundle::Easy'; # dist.ini [@DOY] dist = Dist-Zilla-PluginBundle-DOY + repository = github =head1 DESCRIPTION My plugin bundle. Roughly equivalent to: - [@Basic] + [Prereqs / TestMoreDoneTesting] + -phase = test + -type = requires + Test::More = 0.88 + + [GatherDir] + [PruneCruft] + [ManifestSkip] + [MetaYAML] + [License] + [Readme] + [ExtraTests] + [ExecDir] + [ShareDir] + [MakeMaker] + [Manifest] + + [TestRelease] + [ConfirmRelease] [MetaConfig] [MetaJSON] @@ -27,6 +46,8 @@ My plugin bundle. Roughly equivalent to: [CheckChangesHasContent] [PkgVersion] + [Authority] + authority = cpan:DOY [PodCoverageTests] [PodSyntaxTests] @@ -34,11 +55,13 @@ My plugin bundle. Roughly equivalent to: [EOLTests] [Test::Compile] - [Repository] - git_remote = github ; or origin, if github doesn't exist + [MetaResources] + ; autoconfigured, based on the value of 'repository' [Git::Check] allow_dirty = + [Git::Commit] + commit_msg = changelog [Git::Tag] tag_format = %v tag_message = @@ -48,6 +71,8 @@ My plugin bundle. Roughly equivalent to: [PodWeaver] + [UploadToCPAN] + =cut has dist => ( @@ -313,6 +338,7 @@ L. =head1 SEE ALSO L + L =head1 SUPPORT -- cgit v1.2.3-54-g00ecf