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=6f37ee183a5d127148ec1b5b27b7f95a15fd3355;hb=f283346085ff7da029cd511bde407fd1519d7ce6;hpb=54fea9b0966ec7b5f91bc0567a41503c2e4e283b diff --git a/Makefile.PL b/Makefile.PL index 6f37ee1..e8837ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,12 +32,16 @@ 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 => 0, + -default => 1, 'Sys::SigAction' => 0; feature 'Keywords completion driver - tab complete Perl keywords and operators',