Depend on a Test::More with done_testing support.
[p5sagit/Devel-Declare.git] / Makefile.PL
index b43340a..dd795f6 100644 (file)
@@ -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');