summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-02-12 14:34:04 -0600
committerJesse Luehrs <doy@tozt.net>2012-02-12 14:34:04 -0600
commit16b87d762a73fc560f14b43575a6ef8ba9127de4 (patch)
tree033725b62adb1a85ed33bbf3c8bf6f2aff603f1c
parent5424adecc6556e47e842b19655a973ce32ef6f5a (diff)
downloaddist-zilla-pluginbundle-doy-16b87d762a73fc560f14b43575a6ef8ba9127de4.tar.gz
dist-zilla-pluginbundle-doy-16b87d762a73fc560f14b43575a6ef8ba9127de4.zip
start using Authority
-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' => {