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=86c84c23f968e90833c0d6a73f826ddd895302e0;hb=381b5fa4aeb39bf3e3eaa79eba2cee383422b273;hpb=e4761e81ea1521f1daf146e8e5ec066b40d35888 diff --git a/Makefile.PL b/Makefile.PL index 86c84c2..e8837ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,10 @@ 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;