X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=Makefile.PL;h=82fc4e56b11eaf1d69649995f05110f6619426f1;hp=3713ac459426b8c8cc0dab36088f6ab0c78f943b;hb=26d5d72e66d589309c95440fc7274aefdd0f4a86;hpb=e09687925b1e2de710c715e042fafa2d8ffd8a99 diff --git a/Makefile.PL b/Makefile.PL index 3713ac4..82fc4e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,7 +42,7 @@ feature 'DDC plugin - even better format results with Data::Dumper::Concise', 'Data::Dumper::Concise' => 0; feature 'INC completion driver - tab complete module names in use and require', - -default => 0, + -default => 1, 'File::Next' => 0; feature 'Interrupt plugin - traps SIGINT to kill long-running lines', @@ -50,7 +50,7 @@ feature 'Interrupt plugin - traps SIGINT to kill long-running lines', 'Sys::SigAction' => 0; feature 'Keywords completion driver - tab complete Perl keywords and operators', - -default => 0, + -default => 1, 'B::Keywords' => 0; feature 'LexEnv plugin - variables declared with "my" persist between statements',