summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-16 11:30:08 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-16 11:30:08 -0600
commit93fb811f15c315854c3b9312e38333b7aab0874a (patch)
treea6b57e7aeffa626c738cf0224e2cf6122ce85588 /lib
parent031596353f6af6d4b08d9c5aacef3577584161c4 (diff)
downloaddist-zilla-pluginbundle-doy-93fb811f15c315854c3b9312e38333b7aab0874a.tar.gz
dist-zilla-pluginbundle-doy-93fb811f15c315854c3b9312e38333b7aab0874a.zip
always dep on Test::More 0.880.06
Diffstat (limited to 'lib')
-rw-r--r--lib/Dist/Zilla/PluginBundle/DOY.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Dist/Zilla/PluginBundle/DOY.pm b/lib/Dist/Zilla/PluginBundle/DOY.pm
index ea11f48..495f8c2 100644
--- a/lib/Dist/Zilla/PluginBundle/DOY.pm
+++ b/lib/Dist/Zilla/PluginBundle/DOY.pm
@@ -179,6 +179,13 @@ sub configure {
my $self = shift;
$self->add_plugins(
+ [ 'Prereqs' => 'TestMoreDoneTesting' => {
+ -phase => 'test',
+ -type => 'requires',
+ 'Test::More' => '0.88',
+ } ]
+ );
+ $self->add_plugins(
map { [ $_ => ($self->plugin_options->{$_} || {}) ] }
@{ $self->_plugins },
);