X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=6f37ee183a5d127148ec1b5b27b7f95a15fd3355;hp=6470b92db7169d0debfa324f338499c12014a60d;hb=54fea9b0966ec7b5f91bc0567a41503c2e4e283b;hpb=3601a89e23470229bf89cbe942ec233acfd0e290 diff --git a/Makefile.PL b/Makefile.PL index 6470b92..6f37ee1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use strict; use warnings; -use inc::Module::Install 0.76; +use inc::Module::Install 0.91; name 'Devel-REPL'; perl_version '5.008001'; @@ -36,6 +36,10 @@ feature 'INC completion driver - tab complete module names in use and require', -default => 0, 'File::Next' => 0; +feature 'Interrupt plugin - traps SIGINT to kill long-running lines', + -default => 0, + 'Sys::SigAction' => 0; + feature 'Keywords completion driver - tab complete Perl keywords and operators', -default => 0, 'B::Keywords' => 0;