From 16b87d762a73fc560f14b43575a6ef8ba9127de4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2012 14:34:04 -0600 Subject: start using Authority --- lib/Dist/Zilla/PluginBundle/DOY.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm index bfbac4a..e0bcf5c 100644 --- a/lib/Dist/Zilla/PluginBundle/DOY.pm +++ b/lib/Dist/Zilla/PluginBundle/DOY.pm @@ -56,6 +56,12 @@ has dist => ( required => 1, ); +has authority => ( + is => 'ro', + isa => 'Str', + default => 'cpan:DOY', +); + has awesome => ( is => 'ro', isa => 'Str', @@ -121,6 +127,7 @@ has _plugins => ( NextRelease CheckChangesHasContent PkgVersion + Authority PodCoverageTests PodSyntaxTests NoTabsTests @@ -150,6 +157,7 @@ has plugin_options => ( 'Repository' => { git_remote => $self->git_remote, }, + 'Authority' => { authority => $self->authority }, 'Git::Check' => { allow_dirty => '' }, 'Git::Tag' => { tag_format => '%v', tag_message => '' }, 'Git::NextVersion' => { -- cgit v1.2.3-54-g00ecf