X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=f186872bb25dc5155570159af06273ffc80fb3ed;hp=82fc4e56b11eaf1d69649995f05110f6619426f1;hb=3e2f469563a4ab82207ae7861c08eb5f9b2130a8;hpb=5dcad11c5c9b31095bce99e8d0a7dba19390580c diff --git a/Makefile.PL b/Makefile.PL index 82fc4e5..f186872 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,7 +73,7 @@ feature 'Refresh plugin - automatically reload libraries with Module::Refresh', -default => 0, 'Module::Refresh' => 0; -test_requires 'Test::More'; +test_requires 'Test::More' => '0.88'; auto_install; WriteAll;