summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm8
1 files changed, 8 insertions, 0 deletions
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' => {