From 93fb811f15c315854c3b9312e38333b7aab0874a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Feb 2011 11:30:08 -0600 Subject: always dep on Test::More 0.88 --- lib/Dist/Zilla/PluginBundle/DOY.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') 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 @@ -178,6 +178,13 @@ around BUILDARGS => sub { 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 }, -- cgit v1.2.3-54-g00ecf