Increase the default linestr size to avoid reallocations
[p5sagit/Devel-Declare.git] / Makefile.PL
index b43340a..b698c36 100644 (file)
@@ -20,6 +20,9 @@ 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';
+test_requires 'Test::Warn';
+
 repository 'git://github.com/rafl/devel-declare.git';
 
 postamble(<<'EOM');