bump version for next release
[p5sagit/Devel-REPL.git] / Makefile.PL
index 82fc4e5..45a4ed7 100644 (file)
@@ -73,7 +73,8 @@ feature 'Refresh plugin - automatically reload libraries with Module::Refresh',
     -default => 0,
     'Module::Refresh' => 0;
 
-test_requires 'Test::More';
+test_requires 'Test::More' => '0.88';
+test_requires 'Test::Warnings';
 
 auto_install;
 WriteAll;