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=f186872bb25dc5155570159af06273ffc80fb3ed;hb=ca6949b9e7b84c658b3a27f702ef0aeeff832459;hpb=3e2f469563a4ab82207ae7861c08eb5f9b2130a8 diff --git a/Makefile.PL b/Makefile.PL index f186872..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; @@ -74,6 +76,7 @@ feature 'Refresh plugin - automatically reload libraries with Module::Refresh', 'Module::Refresh' => 0; test_requires 'Test::More' => '0.88'; +test_requires 'Test::Warnings'; auto_install; WriteAll;