Depend on a Test::More with done_testing support.
Florian Ragwitz [Thu, 13 Aug 2009 20:33:00 +0000 (22:33 +0200)]
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');