X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=45a4ed7c6f63f79c06b66365000f715084c2b18b;hp=82fc4e56b11eaf1d69649995f05110f6619426f1;hb=b595a818b1d89dbea55ace1af86d0df91c97ba0c;hpb=26d5d72e66d589309c95440fc7274aefdd0f4a86 diff --git a/Makefile.PL b/Makefile.PL index 82fc4e5..45a4ed7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;