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 --- Changes | 1 + lib/Dist/Zilla/PluginBundle/DOY.pm | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Changes b/Changes index f5813f2..70765bf 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,7 @@ Revision history for Dist-Zilla-PluginBundle-DOY - use web and clone urls in Repository, and actually get the repo to use from git - allow testing release by setting $ENV{DZIL_FAKE_RELEASE} + - always dep on Test::More 0.88 for done_testing 0.05 2010-10-27 - allow using MakeMaker::Awesome if requested 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