summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-12 15:41:37 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-12 15:44:04 -0600
commit39acbe7c88088ab1cfaae23cb9ef94ee2a58c26f (patch)
tree17e8428b14368f4b192da2f5eed17c875942b154
parentc708182daf323cef362d9ee264ba9b88b75fea81 (diff)
downloaddist-zilla-pluginbundle-doy-39acbe7c88088ab1cfaae23cb9ef94ee2a58c26f.tar.gz
dist-zilla-pluginbundle-doy-39acbe7c88088ab1cfaae23cb9ef94ee2a58c26f.zip
update docs
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm32
1 files 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<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-DOY>.
=head1 SEE ALSO
L<Dist::Zilla>
+
L<Task::BeLike::DOY>
=head1 SUPPORT