X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=e8837ba92878fe38f954a3aea05515d8eff525c2;hp=481d378d382cd0dac6e7a3f0f597a796a8561180;hb=036068ec75460f780e0a3bfb1fca67ae719fc569;hpb=c1c9be46e0a8e666dba1d4ea060417e969049501 diff --git a/Makefile.PL b/Makefile.PL index 481d378..e8837ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,10 +32,18 @@ feature 'DDS plugin - better format results with Data::Dump::Streamer', -default => 1, 'Data::Dump::Streamer' => 0; +feature 'DDC plugin - even better format results with Data::Dumper::Concise', + -default => 1, + 'Data::Dumper::Concise' => 0; + 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 => 1, + 'Sys::SigAction' => 0; + feature 'Keywords completion driver - tab complete Perl keywords and operators', -default => 0, 'B::Keywords' => 0;