From: Florian Ragwitz Date: Thu, 13 Aug 2009 20:33:00 +0000 (+0200) Subject: Depend on a Test::More with done_testing support. X-Git-Tag: 0.005011~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fac325f36d2d99f6245642251db5ed15e2d37e77;p=p5sagit%2FDevel-Declare.git Depend on a Test::More with done_testing support. --- diff --git a/Makefile.PL b/Makefile.PL index b43340a..dd795f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,8 @@ configure_requires 'ExtUtils::Depends' => 0.302; # minimum version that depends on ExtUtils::Depends 0.302 configure_requires 'B::Hooks::OP::Check' => '0.18'; +test_requires 'Test::More' => '0.88'; + repository 'git://github.com/rafl/devel-declare.git'; postamble(<<'EOM');