X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=05ebea3c36c34b92efeff53b794b54b159556866;hp=82fc4e56b11eaf1d69649995f05110f6619426f1;hb=f9d0b59566e6e2065424de130991d43ea055a0da;hpb=26d5d72e66d589309c95440fc7274aefdd0f4a86 diff --git a/Makefile.PL b/Makefile.PL index 82fc4e5..05ebea3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -29,6 +29,8 @@ requires 'B::Concise'; requires 'Term::ANSIColor'; requires 'Devel::Peek'; +recommends 'PPI::XS' => '0.902'; + feature 'Completion plugin - extensible tab completion', -default => 1, 'PPI' => 0; @@ -73,7 +75,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;